#container .content .theme2.midnightSun {
    background-color: #31228C;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 520px),
       (max-width: 390px) {
    #container .content {
        width: 92%;
    }
    #container .content .theme2.midnightSun .selectPopup select {
        width: 90%;
        margin-bottom: 20px;
    }
    #container .content .theme2.midnightSun .selectPopup select:last-child {
        margin-bottom: 0;
    }
}

#container .content .theme2.midnightSun .title {
    margin-bottom: 30px;
}

#container .content .theme2.midnightSun .logo {
    margin-bottom: 20px;
}

#container .content .theme2.midnightSun .description {
    font-weight: 600;
    order: 2;
}

#container .content .theme2.midnightSun .age-verification {
    order: 1;
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

#container .content .theme2.midnightSun .age-verification .btn.refuse {
border: 1px solid #4B4290;
}

#container .content .theme2.midnightSun .age-verification button {
    min-width: 200px;
    height: 50px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

#container .content .theme2.midnightSun form,
#container .content .theme2.midnightSun form .age-verification.age .btn.accept {
    min-width: 200px;
    margin-bottom: 20px;
}

#container .content .theme2.midnightSun form .selectPopup {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
#container .content .theme2.midnightSun .theme-container {
    display: flex;
    flex-direction: column;
}
#container .content .theme2.midnightSun .theme-container form {
    width: 100%;
}
#container .content .theme2.midnightSun form .selectPopup {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
    #container .content .theme2.midnightSun {
        width: 100%;
    }
    
    #container .content .theme2.midnightSun .theme-container form button {
        width: 90%;
    }

 
    #container .content .theme2.midnightSun form .selectPopup,
    .age-verification {
        flex-direction: column;
        align-items: center;
    }

    .age-verification .btn.accept {
        margin-bottom: 10px;
    }
}