#cookie-consent-banner {
    position: fixed;
    background: #333;
    color: white;
    padding: 10px;
    z-index: 9999;
    display: flex;
    width: 600px;
    height: 400px;
}

.bottom-right {
    bottom: 20px;
    right: 20px;
}

.bottom-left {
    bottom: 20px;
    left: 20px;
}

.top-right {
    top: 20px;
    right: 20px;
}

.top-left {
    top: 20px;
    left: 20px;
}