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

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

body {
	background-color: #332B36;
	background-image: url("../imagenes/fondo1.png");
	background-size: 100% 100%;
	background-attachment: fixed;
	min-height: 100vh;
	display: flex;
}

.logo{
	display: flex;
	margin-top: 110px;
	width: 100%;
	height: 100%;
}

.inicio{
	margin-top: 560px;
	display: flex;
	justify-content: space-around;
}

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

.inicio a:hover{
	transform: scale(1.2);
}

p.texto{
	font-family: ghost;
	color: #E2D5BC;
	opacity: .9; 
}

footer{
	margin-left: 2px;
	width: 300px;
	height: 180px;
	background-color: #E2D5BC;
	opacity: .6;
}

.Creators{
	width:100%;
	height: 100%;
	margin-top:0.4px;
}

p#headerf{
	font-size: 2.0em;
	color:#FF7E3B;
}

p#Cr1{
	color:#FF7E3B;
	font-size: 1.3em;
}

