* {

	padding:0;
	margin:0;
	
	}


body {

	background-image: url(../images/gracias.jpg);
	background-size:  100vw 100vh ; 
	background-position: fixed;
	background-repeat: no-repeat;
}




.content {

	width: 340px;
	margin: 0 auto;
	margin-top: 45px;
	background: rgba(0,0,0,0.3);
	border:solid 2px rgba(0,0,0,0.2) ;
	padding:60px 20px;
	box-sizing: border-box;
	border-radius: 15px;
}


h1 {

	text-align: center;
	font-family: 'roboto', sans-serif;
	font-size: 40px;
	line-height: 20px;
	color:#fff;
	padding: 10px;
}

h2 {

	text-align: center;
	font-family: 'roboto', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color:#fff;
	padding: 20px;
}





.botton {
	margin: auto;
	width: 200px;
	color:white;
	background-color: grey;
	padding: 10px;
	border-radius: 5px;
	border:none;
	text-align: center;
	margin-top: 15px;
	font-family: 'roboto', sans-serif;
	font-size: 20px;

-webkit-transition: all 1s ease 0.2s;
	-moz-transition: all 1s ease 0.2s;
	-ms-transition: all 1s ease 0.2s;
	-o-transition: all 01s ease 0.2s;
	transition: all 1s ease 0.2s;





	
}

.botton:hover {
	cursor: pointer;
	background-color: red;
	transition: 0.8;

	
}

.botton a {

	text-decoration: none;
	color:#fff;
}



    

