
   body{
	background-image: url("background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: white;
}
 
 
.logotipo {
	margin-top: 15%;
	margin-bottom: 5%;
}

.texto1 {
	font-size: 35px;
	text-shadow: 1px 1px 0px rgba(150, 150, 150, 0.5);
}

.texto2 {
	font-size: 20px;
	margin-bottom: 30px;
}
