* {
    font-family: "BPG Arial", sans-serif;
}

.font-caps {
    font-family: "BPG Arial Caps", sans-serif;
}

.footer {
    background-color: #016bbf;
    color: white;
    /* using footer class selector in buttons */
}

.text-m {
    color: #002f49;
}

.text-logo {
    color: #016bbf;
}

.bg-m {
    background-color: #002f49;
}

.z-99 {
    z-index: 99999999;
}