#cookiesBanner {
    position: fixed;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    display: none;
}

#cookiesBanner>p {
    color: #fff;
}

#cookiesBanner>button {
    padding: 0.7rem 1.5rem;
    font-size: 1em;
    border-radius: 0.5rem;
    border: transparent;
}

#cookiesBanner {
padding: 20px 0px 20px 0px !important;
}

#cookiesBanner a {
    color: #3c98e0 !important
}

#cookiesBanner #accept-btn {
    background-color: #3c98e0 !important;
    color: #fff !important;
}