* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;}

ul { 
    list-style: none;}

a {
    text-decoration: none;
}

header a {
    color: white;
}

body{
    background-color: #78d1b6;
}

header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em;
    font-family: sans-serif;
    color: white;
}

li {
    color: white;
    background-color: #e66161;
    padding: 0.4em;
    border-radius: 10px;
   
}

.portada {
    width: 90%;
    margin: 0em 1em;
    border-radius: 50px 10px
}

.facultad{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1em;
    
}

.facultad h2 {
    font-size: 0.8em;
    background-color: #e66161;
    text-align: center;
    border-radius: 10px;
    color: #78d1b6;
    font-family: sans-serif;
    padding: 0.2em;
    margin: 0em 1em;
    box-shadow: 
}


.truth {
    width: 80%;
    margin: 2.3em 
}

.independiente{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1em;
}

.independiente h2 {
    font-size: 0.8em;
    background-color: #e66161;
    text-align: center;
    border-radius: 10px;
    color: #78d1b6;
    font-family: sans-serif;
    padding: 0.2em;
    margin: 0.06em;
}

.influencers {
    width: 80%;
    margin: 2.3em;
}

footer {
    background-color: #e66161;
    padding: 0.5em;
    font-size: 0.8em;
}

.rol1 {
    border: 0.5px solid white;
    font-family: sans-serif;
    font-size: 0.9em;
    color: white;
    
}

.rol2 {
    border: 0.5px solid white;
    font-family: sans-serif;
    font-size: 0.9em;
    color: white;
}

.facultad2 {
    margin: 0.5em;
}

.independiente2 {
    margin: 0.5em;
}


.chicas a {
    color: white;
    font-family: sans-serif;
}

.chicas {
     display: flex;
    flex-direction: column;
    justify-content: center;
}

.chicas2 {
    margin: 2em;
    text-align: center;
}

.laura {
    background-color: #e66161;
    border-radius: 5px;
    padding: 0.2em 0.5em;
}

.camila {
    background-color: #e66161;
    border-radius: 5px;
    padding: 0.2em 0.5em;
}

.vm01 {
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 1.2em;
    margin: 1.5em 0em 0em 0em;
}