.text-blue {
    color: #074590;
}

.text-black {
    color: black;
}

.text-white {
    color: white;
}

.text-grey {
    color: rgb(189, 189, 189);
}

.text-white-lite {
    color: rgb(168, 168, 168);
}

.text-red {
    color: rgb(222, 12, 64);
}

.bg-blue {
    background-color: #074590;
}
