.text-box--amarelo {
    background:#fdd835;
}
.text-box--azul {
    background:#2196f3; 
}
.text-box--azullight {
    background:#def2fe; 
}
.text-box--branco {
    background:#fafafa; 
}
.text-box--laranja {
    background:#ff833a; 
}
.text-box--lilas {
    background:#e7b9ff; 
}
.text-box--preto {
    background:#5e5e5e; 
}.text-box--rosa {
    background:#fa5788; 
}
.text-box--roxolight {
    background:#b388ff; 
}
.text-box--vermelho {
    background:#ff6f60; 
}
.text-box--verde {
    background:#aee571; 
}


