.contenedor{
    background-color: aqua;
    margin: auto;
    width: 70%;
    padding: 20px;
}

.texto{
    color: black;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}
.textosuperior{
    color: blueviolet;
    text-align: center;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    font-size: xx-large;
}

label{
    font-family: Arial, Helvetica, sans-serif;
    color: chartreuse;
}