body {
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgb(125, 226, 227) 0%, rgba(253,187,45,1) 100%);
}

/* Titulos */
h2, h3, h4, h5 {font-family: 'Trebuchet MS', sans-serif;}
h1 {
    font-family: 'Courier New', Courier, monospace;
    color: brown;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.5rem;
    color: rgb(70, 70, 123);
}
h4 { font-size: 1.7rem;}
p, li {font-size: 1.4rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


}
section {
    max-width: 60rem;
    margin: 0 auto;
}
u { text-decoration: none;
color: rgb(255, 106, 0);
font-weight: bold;}
