/*Selector de clase*/
.contenedor{
    background-color: aqua;
    margin: auto;
    width: 70%;
    padding: 20px;
}

.texto{
    color: rgb(47, 47, 53);
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

.textosuperior{
    text-align: center;
    color: red;
    text-decoration: overline;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    font-size: xx-large;
} 
.labe{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(10, 10, 240);
}

