.cookie-consent {
    width: 102%;
    position: fixed;
    bottom: 0px;
    background-color:  #021526;
    color:white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensure it stays above other content */
}
.cookie-consent p {
    font-size: 14px;
}
.cookie-consent button {
    margin-top: 10px;
    margin-left: 5px;
}
.btn-accept{
    background-color: #E0A75E;
}
.btn-decline{
    background-color: #F1E5D1;
}
.btn-decline:hover, .btn-accept:hover{
    background-color: #D0B8A8;
}
