
* {
    font-family:arial,sans-serif;
    background-color:whitesmoke;
    margin-bottom: 1px}

a {
    color:#ff5361;
    text-decoration:none;
    }



body{
    font-size: 1em;
    box-shadow: 0 0 0 1em rgba(0,0,0,0.1);
    margin: auto;
    max-width: 67.5em;
    min-height: 100vh;

}


a:hover {
   color: #ffc400;
}

    nav ul {
    
        display: flex;
        text-decoration: none;
        list-style: none;
        padding: 1em;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
            
    
    }
    nav ul li {
        align-content:center;
        list-style: none;
        padding: 1em;
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        

}



h1 {color:#ff9c53; 
    font-weight:200; 
    letter-spacing: 0.2rem;

}




#foto {
    display: block;
    margin: auto;
    width: 250px;
    height: 250px;
    padding: 2em;
    

    }


p 
{ text-align: center;
    margin: 0 10em 2em;
    padding-top: 1px;
    font-size: 18px;
    color: #ef7114;
}

.contenidos {
    text-align: center;
}


.materias li {
    color:coral;
    list-style: none;
}

h2
  {color: #25b256;
    }
footer {
    text-align: center;
    padding: 1em;
    font-size: 0.8em; 
}