.lightbluebackground {
    color: white;
    background-color: #1c8aff;
}

.bluebackground {
    color: white;
    background-color: #1a6af1;
}

.darkbluebackground {
    color: white;
    background-color: #093f97;
}

.l1blue{
    color:#1a6af1;
}

.l1red{
    color:#D22E1E;
}

.overlay-dark{
    background-color: rgba(0,0,0,0.3);
}