body {
    background-color: #f8f9fa;
}

.navbar-brand {
    color: #0f4c81 !important;
}

.btn-primary {
    background-color: #0f4c81;
    border-color: #0f4c81;
}

.btn-primary:hover {
    background-color: #0c3d68;
    border-color: #0c3d68;
}
