#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: white;
    padding: 15px;
    margin-right: 10px;
    text-align: center;
    z-index: 1000;
}

.cookie-btn {
    margin-top: 10px;
    margin-left: 10px;
    padding: 5px 15px;
    background: #d9002a;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;

}
