@charset "UTF-8";
/* Hoja de estilos del website */
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');

body{
	background-color: #384358;
	color: white;
	text-align: center;
	font-size: 20px;
	margin: 3%;
	font-family: "Gowun Dodum", sans-serif;
}
header{
	margin: 0;
	background-color:#161E2F;
	text-align: center;
}
nav{
	background-color: #384358;
	padding: 1%;
	margin: 0;
}
ul{
	list-style-type: none;
}
li{
	border: 1px solid black;
	width: 30%;
	margin: 5px;
	padding: 3px 6px;
	background-color: #541A2E;
}
main{
	background-color: #B51A2B;
	margin: 0;
	padding: 1%;
}
h1{
	font-family: "Arizonia", cursive;
	color: #FFA586;
	margin: 1ex;
	font-size: 120px;
	text-align: center;
	}
h2{
	text-align: center;
	font-size: 30px;
	color: whitesmoke;	
	font-style: italic;
	text-decoration: none;
	border: 20px white solid;
	border-radius: 100px 100px 100px 100px;
	margin: 50px auto;		
	padding: 30px 0;
	width: 40%;
}
p{
	line-height: 3ex;
	margin-bottom: 2ex;
	margin: 2ex;
	}
a{
	/*enlaces*/
	text-decoration: none;
	color: #FFA586;
	}
table{
	/*tabla :D*/
	width: 100%;
	border: 2px solid whitesmoke;
	margin: 10px 0;
	}
td {
	text-align: center;
	border: 2px solid whitesmoke;
	padding: 5px;
	text-align: center;
	}
tr{
	text-align: center;
	}
th{
border: 2px solid whitesmoke;
padding : 2px;
text-align: center;
	}

thead{
background-color: cyan;
text-align: center;
}