@charset "UTF-8";
/* Hoja de estilos del website */

@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Basic+Guides&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap'); /*titulo*/
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe:ital@0;1&display=swap');


body{
background-color: mistyrose;
color: black;
margin: 3% ;
  font-family: "Playwrite NZ Basic Guides", cursive;
	font-size: 15pt;
}


header{
margin: 0;
background-color:palevioletred;
text-align: center;
font-family: "Playwrite NZ Basic Guides", cursive;
}

nav{
background-color: mistyrose;
padding: 1%;
margin: 0;
}



	
		ul{margin: 50px 30px;
			list-style: none;
			font-family: font-family: "Alumni Sans Pinstripe", sans-serif;








ul{
list-style-type: none;

}
li{
border: 1px solid black;
margin: 5px;
padding: 3px 6px;
background-color: whitesmoke;
}
section{width:30%;}
main{
background-color: black;
margin: 0;
padding: 1%;
}
h1{
font-family: "Orbitron", sans-serif;
color: gray;
margin: 1ex;
font-size: 100px;
}
h2{
font-family: "Genos", sans-serif;
color: white;
background-color: #384358;

}
p{
line-height: 3ex;
margin-bottom: 2ex;
margin: 2ex;
}

a{
text-decoration: none;
color: black;
margin: 2ex;
}
td {
border: 1px solid black;
padding: 5px;
text-align: right;
}

th{
border: 1px solid black;
padding : 5px;
text-align: left;
}

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

tfoot{
background-color: yellow;

img{}
footer{background-color: black;}
figure{margin: 0;}
p{}
img{vertical-align: middle;}

	