*{
    text-align: center
}
body {
    background-color: azure;
    font-family: sans-serif;
    margin: 0;
    color: midnightblue
}
#miperfil h1 {
    color:aquamarine;
}
h1 {
    color:hotpink;
    font-size: 2em
}
header {
    background-color: aquamarine
}
#misdatos {
    background-color: aquamarine
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fotosmias{
    width: 100%;
}
#misfotos{
    margin: 0
}
nav {
    margin: 1em 0;
}
nav ul li {
    text-align: center;
    margin: 0 0 .1em 0;
    background-color: none
}
nav ul li a {
    color: whitesmoke;
    background-color: hotpink;
    display: inline-flex;
    border-radius: 100em;
    color: white;
    justify-content: center;
    margin: ;
    padding: 0.4em;
    font-weight: 400;
}
#barra {
    display:flex;
    flex-direction:row;
    justify-content:center;
    margin: 1em;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding: 10px;
}
nav ul li a:hover{
    background-color: aquamarine;
    color: darkblue
}
#logos div {
    max-width: 45%;
    display: inline-block;
    margin: 1em;
}
.links {
  max-width: 30%;
    display:inline-flex;
    flex-direction:row;
    justify-content: space-between;
}

#fotoperfil img {
  max-width: 40%;
  border: 5px dashed hotpink;
}

#perfil h1 {
    background-color: hotpink;
}
#perfilescomp {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding: 10px;
}
#fotoperfil img {
  border-radius: 50%;
}
#compas{
    background-color: aquamarine
}
footer {
    background-color: hotpink;
    color: azure;
    margin: 3em 0 0 0 
}
img {
    margin-top: 2em
        
}