#cookieBanner {
    position: fixed;
    bottom: 1vh;
    width: 100%;
    border-radius: 1rem 0 0 1rem;
    background-color: var(--color-1);
    padding: 30px;
    left: 30%;
    padding-right: 35%;
    z-index: 10001;
    font-size: 2vh;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cookieBannerButtons {
    font-size: 2vh !important;
}