* {
    font-family: "Roboto";
}

.menu{
    font-family:  "Roboto", sans-serif;
 list-style: none;
    margin: 0;
    padding: .25em;
    background-color: tomato;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    color: coral;
    text-align: center;
            
}
h2 {
   font-family: "Lato", sans-serif;
   color: coral;
   display: flex;
}
h3 {
    font-family: "Lato", sans-serif;
}
body {
    background-color:cornsilk;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
footer {
    font-family: sans-serif;
    color: black;
    font-size: 0.8em;
}
.deportes {
    font-family: "Roboto", sans-serif;
}
h5 {
    font-family: "Lato", sans-serif;
}
figure img {
    max-width: 100%;
       height: auto ;
}

 

.delfi {
    display: flex;
 justify-content: center;
   align-items: center;
    margin-left: auto;
    margin-right: auto;
    height:150px;
    border-radius:75px;
max-width: 70%;
    

}
div {
    display: flex;
   justify-content: center;
   align-items: center;
  
}
h3 {
    display: flex;
   justify-content: center;
   align-items: center;
}
.alumna {
    display: flex;
}
#integrantes{
    margin: 1em;
padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    list-style: none;
     text-align: center;
    border-radius: 30px;
}
h2 {
    display: flex;
   justify-content: center;
   align-items: center;
}
h5 {
   display: flex;
   justify-content: center;
   align-items: center;
    background-color: darkorange;
     margin: 1em;
padding: 1em;
    border-radius: 30px;
}
#aprobadas {
    margin: 1em;
padding: 1em;
    background-color: coral;
    list-style: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
     text-align: center;
    border-radius: 30px;
}
#curso{
    background-color: coral;
    margin: 1em;
padding: 1em;
    list-style: none;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
    text-align: center;
    border-radius: 40px;
}
a {
    text-decoration: none;
    font-family: "Lato", sans-serif;
    list-style: none;
    color: crimson;
}
figure {
    justify-content: space-between;
}
.articulos {
    display: flex;
       margin: 1em;
padding: 1em;
    background-color:antiquewhite;
    list-style: none;
    width: 30%;
    margin-left: 50;
    margin-right: 50;
    font-family: "Roboto", sans-serif;
     text-align: center;
    float: left;
}
.uba{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}
h4 {
    font-family: "Roboto", bold, sans-serif;
    margin: 2em;
padding: 2em;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: aquamarine;
    border-radius: 5%;
    text-align: center;
}

.ale{
    display: flex;
    background-color: rgba(255, 127, 80, 0.43);
   padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    width: 100%;
}
.jime{
    display: flex;
    text-align: center;
    background-color: rgba(255, 127, 80, 0.43);
   padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    width: 100%;
}
.yoni {
    display: flex;
    text-align: center;
    background-color: rgba(255, 127, 80, 0.43);
   padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    width: 100%;
}


nav{
    font-family: "Roboto";
    text-align: center;
    flex-wrap: wrap;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

nav ul {
    font-family: "Roboto";
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  text-align: right;
  padding-right: 2%;
  list-style: none;
}



nav ul li a {
font-family: "Roboto";
    color: black;
    font-family: "Oxygen";
    font-weight:700;
  display: block;
  padding: 10px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}

nav ul li a:hover {
    color:white;
    


}
