body { 
    background-color:#00BFA5;
    margin-left: 5em;
}
img { padding-top: 5em;
    max-height: 45%;
max-width: 45%;
    margin-top: 10em;
} 
h1 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 82px;
    color:#4286C6;
    margin-bottom: 0.2em;

}
article p{
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    font-size: 12px;
    margin-top: 0.1em;

}
#descripcion {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-top: 2em;
    margin-right: 2em;
}
li {
    list-style: none;
}
#siguiente { 
    display:flex; 
    flex-direction: row;
    justify-content: flex-end;
    font-family: "Roboto", sans-serif;
    font-style: 800;
    font-size: 48px;
    text-decoration: none;
    color:antiquewhite;
    letter-spacing: 0.1em;
    margin-left: 9em;
    margin-right: 2em;
    margin-top: 1em;
}