.bg-amarelo{
    background: #fef102;
}

.text-amarelo{
    color: #fef102;
}

.bg-azul{
    background: #221c54;
}

.text-azul{
    color: #221c54;
}


.bg-azul-claro{
    background: #f0f8ff;
}


