*{
	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/menu.jpg");
	background-size: 100% 100%;
	background-attachment: fixed;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.regreso{
	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;
}

.botones{
	min-width: 900px;
	display: flex;
	justify-content: space-around;
}

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

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

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