HOBII
.hobbi
{
    text-align: center;
    color: rgb(0, 17, 255);
    line-height: 35px;
}
.h1
{
    color:red;
   font-size: 60px;
   text-transform: uppercase;
   word-spacing: 15px;
   text-align: center;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

EDADES
.edades
{
    text-align: center;
    color: rgb(42, 165, 97);
    line-height: 40px;
    font-size: 30px;
    width: 80%;
    border-collapse: collapse;
}
.edad
{
    text-align: center;
    color: cornflowerblue;
    line-height: 60px;
    text-decoration: overline;
    font-size: 45px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.salma
{
    color: chocolate;
}
.alex
{
    color: #ad00b3;
}
.inicio
{
    color: crimson;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

CALIFICACIONES
.h1
{
    color: red;
    text-align: center;
    text-transform: capitalize;
}
table
{
    color: rgb(19, 68, 52);
    text-decoration: underline;
}