@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&family=Raleway:wght@300&display=swap');
.test{
    width: 1000px;
    /* height: 500px;  */
    height: auto; 
    background-color: #1775b1;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    border: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.chooseTheme{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 4%;
}
.gradient-button{
    width: 900px;

    text-decoration: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 10px 20px;
    border-radius: 30px;
    background-image: linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: white;
    box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35);
    transition: .5s;
}
.gradient-button:hover {
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
}
.theme{
    text-align: center;
    padding-top: 130px;
}
.body{
    background-color: #648798;
}
.button-back{
    text-decoration: none;
    display: inline-block;
    color: white;
    padding: 10px 20px;
    margin: 12px 15px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-image: linear-gradient(to right, #e70f0f 0%, #ffd600  51%, #e70f0f 100%);
    background-size: 200% auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    transition: .5s;
}
.button-back:hover {
    background-position: right center;
}
/* Media
=========================================
 */
@media (max-width: 852px){
    .gradient-button{
        width: auto;
    }
    .test{
        width: 600px;
        /* height: 1400px; */
        margin-right: auto;
        margin-left: auto;
        margin-top: 2%;
        border: 0;
        

    }
    .chooseTheme{
        /* width: 300px; */
        width: auto;
        margin: auto;
        text-align: center;
        /* background-color: #ffd600; */
        

    }
    .btn{
        margin-top: 30px;
        width: 200px;
        height: 30px;
    }
    .theme{
        font-size: 22px;
        text-align: center;
        padding-top: 17%;
    }
    .body{
        height: 500px;
    }
    .button-back{
        width: 130px;
        height: 40px;
        padding: 5px 10px;
        top: 15px;
        left: 18px;
        font-size: 13px;
    }
}
@media (max-width: 465px) {
    .test{
        /* width: 300px; */
        width: auto;

        height: 1400px;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .theme{
        padding-top: 25%;
    }
    .chooseTheme{
        /* height: 1380px; */
    }
    .button-back{
        top: 12px;
        left: 15px;
        font-size: 13px;
        padding: 5px 10px;
    }


    }