* {
    margin: 0;
    padding: 0; }

.sevillana-regular {
    font-family: "Sevillana", cursive;
    font-weight: 400;
    font-style: normal; }

#banner {
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), #6206a8), url(Logo.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
#banner .navigateDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;}
#banner .navigateDiv .mottoDiv {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 150px;
    color: white;
    margin-bottom: 50px;}
#banner .navigateDiv .mottoDiv .nameText {
    font-size: 70px;
    font-family: "Sevillana", cursive;
    font-weight: 400;
    font-style: normal; }
#banner .navigateDiv .enterBtn {
    width: 200px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-bottom: 50px; }

.flagDiv {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.flagImg {
    width: 30px;
}



.wrapper {
    position: fixed;
    bottom: 50px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}
.wrapper.show {
    right: 20px;
}
.wrapper header {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
header i {
    color: #198754;
    font-size: 32px;
}
.cookieHeader {
    color: #198754;
    font-weight: 500;
    font-size: 20px;
}
.wrapper .data {
    margin-top: 16px;
}
.wrapper .data p {
    color: #333;
    font-size: 14px;
}
.data p a {
    color: #4070f4;
    text-decoration: none;
}
.data p a:hover {
    text-decoration: underline;
}
.wrapper .buttons {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #198754;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
    background-color: #198754;
}
#declineBtn {
    border: 2px solid #4070f4;
    background-color: #fff;
    color: #4070f4;
}
#declineBtn:hover {
    background-color: #4070f4;
    color: #fff;
}





@media (max-width: 450px) {
    #banner .navigateDiv {
        justify-content: space-around; } }

/*# sourceMappingURL=banner.css.map */
