@charset "utf-8";
body{
	background-size: cover;
padding: 20px;
background-color: black;
width: 100%;
}

.contenido{
	display: flex;
}
.head{
	justify-content: space-around;
	background-color: black;
	align-items: center;
	flex-direction: row;
}
ul{
	margin:0;
	list-style-type:none;
	display:flex;
	flex-direction: row;
	color:blue;

}
li { flex-grow: 1;
padding:1.5em;}
a {
	margin:0;
	display:block;
	flex-direction: row;
	color:lightblue;
	text-decoration: none;
	text-align: space-between;
}
.contenido{
	align-items: center;
	align-content: center;
	flex-direction: row;
	gap: 60px;
	padding: 80px;
	margin: 80px;
	background-color: white;
}
p{
	font-size: 30px;
	font-family: monospace;
	color: lightsteelblue;
}
p1{
	font-size: 40px;
	font-family:  "Alfa Slab One", serif;
	color: red;
	text-align: center;
}
p2{
	color: white;
	font-family: "Cinzel", serif;;
	font-size: 25px;
	text-align: justify;
}
p3{
	color: black;
}
.bungee-tint-regular {
  font-family: "Bungee Tint", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}
.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.rock-salt-regular {
  font-family: "Rock Salt", cursive;
  font-weight: 400;
  font-style: normal;
}

footer{
background-color: white;}
.contenido{
		background-size: cover;
		background-color: black;
}
.enlaces{
	color: lightblue;
	align-items: center;
	align-content: center;
	flex-direction: row;
	display: flex;
}
.texto{
	align-items: center;
	align-content: center;
	text-align: justify;
	display: flex;
	flex-direction: column;
	padding: 80px;
	margin: 80px;
}
.fondo{
	display: flex;
}
h1{
	font-family: "Bungee Tint", sans-serif;
	color: blue;
}
h2{
	font-family: "Alfa Slab One", serif;
	color:red;
	margin: 0;
	font-size: 30px;
}
h3{
	font-family: "Alfa Slab One", serif;
	color:red;
	margin: 0;
	font-size: 30px;
}
h4{
	font-family: "Alfa Slab One", serif;
	color:red;
	margin: 0;
	font-size: 30px;
}
h5{
	font-family: "Alfa Slab One", serif;
	color:red;
	margin: 0;
	font-size: 30px;
}
h6{
	font-family: "Alfa Slab One", serif;
	color:red;
	margin: 0;
	font-size: 30px;
}
p4{
	color: white;
	font-size: 20px;
	margin: 50px;
	font-family: "Cinzel", serif;
}
p5{
	color: white;
	font-size: 20px;
	margin: 50px;
	font-family: "Cinzel", serif;
}
p6{
	color: white;
	font-size: 20px;
	margin: 50px;
	font-family: "Cinzel", serif;
}
p7{
	color: white;
	font-size: 20px;
	margin: 50px;
	font-family: "Cinzel", serif;
}
p8{
	color: white;
	font-size: 20px;
	margin: 50px;
	font-family: "Cinzel", serif;
}

