    .texto-grande-blue {
        font-size: 40px;
        color: blue;
    }
    .texto-grande-blanco {
        font-size: 40px;
        color: white;
    }
    .texto-grande-gris {
        font-size: 20px;
        color: lightgray;
    }

    .texto-pequeno-gris {
        font-size: 20px;
        color: lightgray;
    }
    .texto-medio-negro {
        font-size: 30px;
        color: black;
    }    
    
    .texto-pequeno-negro {
        font-size: 20px;
        color: black;
    }    
        