.test{
    width: 1000px;
    /* height: 1500px; */
    height: auto;
    background-color: #1775b1;
    /* background-color: #1ab117; */
    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;
}
.gradient-button{
    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;
    margin-bottom: 8%;
    color: #f0f8ea;
}
.body{
    background-color: #648798;
}
/* .button-back{
    width: 100px;
    height: 30px;
    position: relative;
    left: 30px;
    top: 20px;
} */

.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;
}


.helptip {
	z-index: 9;

	float: right;
	transform: translateY(-50px);

	font-size: 16px;
	padding: 8px 7px;
	margin: 5px;
	margin-right: 10px;
	border: 1px solid #000000;
	cursor: pointer;
	border-radius: 10px;
	
	position: relative;
	width: auto;	
	
	text-decoration: none;
	
	display: block;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	background-image: linear-gradient(to right, #00ff1c 0%, #6bc614 51%, #27c737 100%);
	background-size: 200% auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	transition: .5s;
}

/* Media
=========================================
 */

@media (max-width: 850px){
    .gradient-button{
        width: 250px;
        padding: 12px 30px;
    }
    .test{
        width: 600px;
        /* height: 555px; */
        /* height: auto; */
        background-color: #1775b1;
        /* background-color: #1ab117; */
        margin-right: auto;
        margin-left: auto;
        margin-top: 2%;
        border: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    .chooseTheme{
        width: 300px;
        margin: auto;
        text-align: center;
        /* height: 375px; */
    }
    .theme{
        font-size: 22px;
        text-align: center;
        padding-top: 17%;
        margin-bottom: 8%;
    }
    .body{
        background-color: #648798;
    }
    .button-back{
        width: 100px;
        height: 30px;
        /* position: relative; */
        left: 30px;
        top: 10px;
    }
}

@media (max-width: 415px) {
    .gradient-button{
        width: 200px;
        padding: 12px 30px;
    }
    .test{
        width: 300px;
        /* height: 430px; */
        margin-top: 30%;
        
       
    }
    .theme{
        padding-top: 25%;
        margin-bottom: 8%;
    }  


}

