.navbar-light .navbar-nav .nav-link {
    color: rgb( 0, 37, 239 );
}
.color-blue {
    color: rgb( 0, 37, 239 );
}
.font-family-libre {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}
.font-family-roboto {
    font-family: 'Roboto', serif;
}
.bg-blue {
    background-color: rgb( 0, 37, 239 );
}
.bg-gray {
    background-color: rgb( 246, 246, 246 );
}
.text-white {
    color: white;
}
.text-blue {
    color: rgb( 0, 37, 239 );
}
.display-3 {
    font-weight: 500;
}