@charset "UTF-8";
*{
   margin:0;
   padding: 0;
   font-family: Quicksand;
   text-decoration: none; 
}
.clearfix{ overflow: auto; }
 
.section{
	width: 500px;
	height: 700px;
	background: #fff;
	margin: 50px auto;
}
.section h1{
	color: #666666;
    font-size: 80px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.section p{
	color: #666666;
    font-size: 30px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.section img{
	margin-left: 176.5px;
	width: 147px;
}

.back_button{
    width: 150px;
    height: 50px;
	margin: 10px auto;
}
button{
	background: #00cc00;
	width: 150px;
	height: 50px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 10px;
	margin: 0 auto;
	transition: .5s;
	cursor: pointer;
}

button:hover{
	width: 155px;
	height: 55px;
	background: blue;
	font-size: 20px;
}


@media (max-width: 500px){
	.section{
	width: 360px;
	height: 700px;
	background: #fff;
	margin: 50px auto;
}
.section img{
	margin-left: 105.5px;
	width: 147px;
}	
}



@media (max-width: 415px){

.section{
	height: 400px;
	background: #fff;
}
.section h1{
    font-size: 60px;
}
.section p{
    font-size: 25px;
}

.section img{
	margin-left: 114px;
	width: 130px;
}	
}

@media (max-width: 360px){

 .section{
	height: 300px;
	width: 320px;
	background: #fff;
}
.section h1{
    font-size: 50px;
}
.section p{
    font-size: 20px;
}

.section img{
	margin-left: 120px;
	width: 100px;
	display: none;
}
button{
	width: 120px;
	height: 40px;
	font-size: 16px;
	margin-left: 15px;
	transition: .8s;
	cursor: pointer;
}
button:hover{
	width: 125px;
	height: 45px;
	background: blue;
	font-size: 17px;
}		

}

