/*Emma Otaño y Josefina Vegas 3°Humanidades*/
header{
    background: lightpink ;
    width: 100%;
    position: fixed;
    z-index: 100;
}

nav{
    float: none;
    text-align: center;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: none;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

nav ul li a {
    display: block;
    padding: 10px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
}

nav ul li:hover {
    background: rgb(255, 255, 255);    
}

h1{
    font-family: Fasthand;
    text-align: center;
    font-size: 300%;
    height: 200px;
}

h2{
    text-align: center;
}

p{
    text-align: center;
    font-family: Roboto;
    font-weight: bold;
}

body{
    background: pink;
}

ol {
    text-align: center;
    font-weight: bold;
}

ul {
    text-align: center;
    font-weight: bold;
}

.EsperanzaMia{
    width: 390px;
    height: 250px;
}

.LaliFoto5 {
    width: 180px;
    height: 240px ;
}

.DelOtroLadoImagen {
    width: 505px;
    height: 298px;

}

#BoomerangImagen {
    width: 410px;
    height: 300px;
}

#ancla {
    font-family: Fasthand;
}