h1, h2, h3 {
    color: rgb(0, 0, 112);
}

.text-warning {
    color: rgb(0, 0, 118) !important;
    font-weight: 600;
}

.btn:hover {
    color: white;
}