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

@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Basic:wght@100..400&display=swap');

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

header
{background-color:lightblue;
text-align: center;
margin: 0%;
}

nav {background-color:lightgray;
padding: 15px;
margin: 0%;


}
ul{
margin:50px 15px;
}
li{}
main {background-color:lightsteelblue;}
h1{
margin: 1ex 2em;
font-size: 180%;
}
h2{
margin: 2ex 0;
font-size: 130%

}
p{
font-family: "Playwrite NZ Basic", cursive;
font-size: 120%;
line-height: 3.2ex;
margin-bottom: 2ex;
}
aside {background-color:lightgray;
margin: 0;
}
img{}
footer {background-color:lightsteelblue;
text-align: right;

}
p{}
a{}