.texto-verde{
    color: #079907;
}

.texto-rojo{
    color: #cf0303;
}

.texto-azul{
    color: #034acf;
}

.texto-negro{
    color: #494a4b;
}

.negritas{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.texto-pequeno{
    font-size: small;
}

.texto-grande{
    font-size: large;
}

.texto-grande-2{
    font-size: larger;
}

.texto-grande-3{
    font-size: x-large;
}

.texto-grande-4{
    font-size: xx-large;
}

.texto-grande-5{
    font-size: xxx-large;
}

.texto-centrado{
    display: flex;
    justify-content: center;
}

.post-img{
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: auto;
}