body{
    background-color: whitesmoke; 
    font-family: cursive;
}
header h1{
    color: darkblue;
    text-decoration: underline; 
    font-weight: bold;
    font-size: 30px;
}
h1{
    color: black;
    font-size: 18px;
}
.colores{
    background: linear-gradient(to right, #eaf2e2 0%, #a0a899 100%);
    width: 900px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.pacifico{
    font-family: 'Pacifico', cursive;
    font-size: 15px;
}
.lobster{
    font-family: 'Lobster', cursive;
    font-size: 15px;
}
em{
    color: gray;
}