*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@font-face{
	font-family: ghost;
	src: url(fuentes/iknowaghost.ttf);
}

@font-face{
	font-family: parrafos;
	src: url(fuentes/Typewriter_delgada.ttf);
}

@font-face{
	font-family: titulos;
	src: url(fuentes/Typewriter_humilde+.ttf);
}

@font-face{
	font-family: titulo_mini;
	src: url(fuentes/Typewriter_humilde.ttf);
}


h1{
	font-weight: 300;
	font-family: ghost;
	text-align: center;
	padding: 20px 0;
	font-size: 80px;
	color:#E2D5BC;
	letter-spacing: 5px;
	word-spacing: 5px;
	text-shadow: 5px 12px 6px #000
}


body{
	background-color: #000;
}

.regreso{
	margin-left: 20px;
	width: 5%;
	height: 5vh;
}

.regreso a{
	margin-top: 20px;
	text-decoration: none;
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #E2D5BC;
	color: #FF7E3B;
	border-radius: 50%;
	box-shadow: 2px 2px 5px #FF7E3B;
	transition: all .4s ease-in-out;
}

.parrafo{
	width: 70%;
	height: 30vh;
	border-radius: .1%;
	margin-left: 15%;
}

video{
	margin: 5%;
	width:90%;
}

img{
	margin: 5%;
	width:90%;
}

p.texto{
	font-family: parrafos;
	color: #FFF;
}

p.titulo{
	font-family: titulos;
	color: #FFF;
	text-align: left;
}

p.titulito{
	font-family: titulo_mini;
	color: #FFF;
	text-align: left;
}