 h2{font-family: 'Courier New', Courier, monospace;
font-size: medium;
text-align: center;
background-color: bisque;
}


body {
    background-color: lightblue; 
    text-align: center;          
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Título principal */
h1 {
    color: darkblue;
    font-size: 50px;
    margin-top: 20px;
}


h2 {
    color: darkred;
    font-size: 30px;
    margin-top: 30px;
}

.historia {
    color: green;
}

.caracteristicas {
    color: purple;
}

.gusta {
    color: brown;
}
