#cookieBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--gray-color2);
    color: var(--light-text-color);
    padding: 20px;
    text-align: center;
    z-index: 1000;
    width: 70%;
    margin-left: 15%;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    font-weight: 700;
}

#cookieBanner button {
    border: none;
    cursor: pointer;
}

#cookieBanner a {
    color: var(--second-orange-color);
    text-decoration: none;
}

#cookieButton {
    position: fixed;
    bottom: 0;
    right: 0;
    color: var(--light-text-color);
    padding: 20px;
    text-align: center;
    z-index: 1000;
    align-self: center;
    border-radius: 5px;
    font-weight: 700;
}

#cookieButton button {
    border: none;
    cursor: pointer;
}

#cookieButton a {
    color: var(--second-orange-color);
    text-decoration: none;
}