* { margin: 0; 
    padding: 0; 
    box-sizing: border-box;
    
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: white;
    color:black;
    text-align: center
    
}

a {
    text-decoration: none;
    
}

img {
    max-width: 80%;
    height: auto;
    margin-bottom: 0px;
    
}

h1, h2, h3, p {
    margin-bottom: 1em;
    margin-top: 1em;
}

#contenedor {
    background-color: white;
    max-width: 75em;   
    width: 70%;
    margin: auto;
    margin-top: 40px;

}

header {
    padding: 1 em;
    background-color:whitesmoke;
    text-align: center;

}
#logo {
    margin-bottom: 1em;
    max-width: 50vm;
    
}

nav ul {
    list-style: none;
}
nav ul li {
    margin-bottom: 0.5em;
}
nav ul li a {
    display: block;
    background-color: white;
    color:black;
    padding: 0,25em;
}

nav ul li a:hover,

{
    color:#eaea5d;
    background-color: black;
}

nav ul li a:active {
    color:bisque;
    background-color: #7591f0;
    
}

nav ul li last-child
nav ul li first-child a {
    border-bottom: solid 2px withe;
    border-top: solid 2px red;
    }

p {
    font-size: 80%;
    
}

h4 {
    font-size: 100%;
    font-weight:bolder;
    color: cornflowerblue;
    
}

#fotoperfil {
    
    max-width: 40%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


h2 {
    color:cornflowerblue;
}


h5 {
    font-size: 80%;
    font-weight: bold;
    color: cornflowerblue;
}

#logofadu {
    margin-bottom: 20px;
}

footer {
    padding: 1 em;
    background-color:white;
    text-align: center;

}

h1 {font-family: 'Raleway', sans-serif;
    
}

.nav a:hover {
  background-color:cornflowerblue
}
 







