
body { 
  color: #000000;
  background-color:#a5a2f2;
  font-family: 'Montserrat', sans-serif;
  margin: 10%;
}


header { 
    background-color: #a872f0;
    width: 100%;
    height: 200px;
    display: flex; 
    justify-content: space-between; 
    flex-wrap: wrap;
    align-items: center;
}


h1 {
    
    font-size: 50px;
    color: #071afa;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px;
}

img {
    width: 15%;
    display: inline-block;
justify-content: center;
    
}







header a:hover { 
    color: #742183; /*CAMBIAR MISMO COLOR!*/
}

/**/

/*navegador*/
nav{ 
    display: block;
    font-size: 36px;
}

ul{
    list-style-type: none;
}

.menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.menu li a{
    font-size: 24px;
    color: #000000; 
    font-weight: 700;
    width: 100px;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
    padding: 10px;
}

.perfil {
  width: 100%;
}

