* {
    font-family: 'Cabin', sans-serif;
    margin: 0.5em;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    list-style-type: none;
    cursor: crosshair;
}

header {
    display:flex;
    height: 20vh;
    max-width: 100em;
    flex-grow: 1;
    justify-content: space-between;
    background-color: peachpuff;
    position: relative;
    
}

header h1 {
    display: flex;
    flex-direction:column-reverse;
    flex-grow: 1em;
    font-size: 2.5em;
    color: white;
    flex-wrap: wrap;
    font-family: 'Unica One', cursive;    
}


header nav {
    display: flex;
    flex-direction: column;
    transform: rotate(-90deg);
    color: white;
    
}

li a{
    color: peachpuff;  
}

header ul li {
    background-color: white;
    color: peachpuff;
    width: 11.6em;
    height: 1.5em;
    font-size: 1em;
    justify-content: center;
    text-align:left;
    align-content: center;
    
}

header ul li a:visited {
    color:peachpuff;
}

a:hover {
    color:peachpuff;
    background-color: white;
    
}

h2 {
    text-align: center;
    font-size: 2em;
    font-family: 'Unica One', cursive;
    color: peachpuff;
}



main section{
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
}

main article {
    display: flex;
    flex-direction: column;    
}

main ul li{
    font-size: 0.7em;
    list-style: circle;
    
}

h3 {
    color: peachpuff;
    flex-wrap: wrap;
    font-size: 0,7em;
}


.estatus{
    display: flex;
    flex-direction: column;
    height: 10em;
}

#yo {
    display: flex;
    width: 50%;
    height: 100%;
    
}
section article img {
    display: block;
    height: 100%;
    width: 100%;
}
main article div {
    
    
}

.materias{
    list-style-type: square;
    line-height: 0.5em;
    color: darkgray;
    margin: 0;
    flex-wrap: wrap;
    
}

section figure {
    max-width: 90vw;
    max-height: auto;
    
}

section figure img{
    display: block;
    height: 100%;
    width: 100%;
}

footer {
    background-color: peachpuff;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    min-height: 100px;
    justify-content: center;
    text-align: center;
    color:  white;
    font-size: 0.8em;
    padding: 2% 2% 2% 2%;
    font-family: 'Unica One', cursive;
}
