  h2{font-family: 'Courier New', Courier, monospace;
font-size: medium;
text-align: center;
background-color: rgb(210, 202, 194);
}


body {
    background-color: rgb(211, 235, 196); 
    text-align: center;          
    margin: 0;
    font-family: Arial, sans-serif;
}


h1 {
    color: rgb(158, 158, 233);
    font-size: 50px;
    margin-top: 20px;
}


h2 {
    color: rgb(33, 17, 17);
    font-size: 30px;
    margin-top: 30px;
}

.historia {
    color: rgb(60, 70, 60);
}

.caracteristicas {
    color: purple;
}

.gusta {
    color: rgb(190, 167, 241);
}