.cookie-consent {
    position: fixed;
    bottom: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FADA2C;
    width: 100%;
    text-align: center;
}

.cookie-consent__message {
    margin-right: 20px;
}
