
* {
    box-sizing: border-box;}
body { 
    font-family:'Roboto', helvetica, sans-serif;
    font-size: 1rem;
    background-image: url(../imagenes/fondo.jpg);
    background background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
    padding: 0;
    margin: 0;

}
ul li {list-style-type: none}
h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 200;
    font-size: 50px;
    line-height: 85%;
    color: white;
}
h2 {
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 21px;
letter-spacing: 0.06em;
color: #FFFFFF;
    text-transform: uppercase
}
h3 {font-family: Roboto;
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 21px;
letter-spacing: 0.06em;

color: #FFFFFF;
}

p {
    margin-top: 0;
}

header {
    background-color: blueviolet;
    height: 6rem;
    padding: 1rem
}
header nav {
    height: 100%;
    
}

header nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
        
}
header nav ul li {
    list-style: none;
    text-transform: lowercase;
    margin: 0;
    padding: 0;
}
header nav ul li a {
    color: #B0FF07;
    text-decoration: none;
    transition: .5s;
}
header nav ul li a:hover {
    color: ;
    text-decoration: underline;
    cursor: pointer;
       
}
header nav ul li a p {
    margin: 0;
    
}
main {
    padding: :2rem;
}
main section {
    margin: 3rem 1rem;
}
main section#avatar {
    display: flex;
    justify-content: flex-start;
}
main section#avatar img {
  width: 120px;
  height: 120px;
    margin-right: 1rem;
}

main section#carrera {
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 21px;
letter-spacing: 0.06em;

color: #FFFFFF;
}
main section#curso {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: #FFFFFF;

}
main section#equipo { 
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #B0FF07;
