@charset "utf-8"; 
body {
    background: #A18594; font-family: arial; 
    text-align: center;
    padding: 0;
}
#menu {
    background-color: #E3E4E5;
}
#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu ul li{
    display: inline-block;
}
#menu ul li a{
    color: black;
    display: block;
    padding: 0.5em;
    text-decoration: none;
}
#menu ul li a:hover{
    background-color: whitesmoke;
}
header .contenedora{
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
h1{
    text-align: center;
    font-size: 3em;
}
.circular--square {
  border-radius: 50%;
}
ul{
     list-style: none;
}

.integrantes ul li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E3E4E5;
    text-decoration: none;
    border-radius: 60px;
    margin: 0.5em;
}

footer {
    background: #E3E4E5;
    margin: 0em;
    padding: 1em;
}
