body {
    background-color: #f8f9fa;
}

.navbar {
    background-color: #003153;
}

.bg-primary {
    background-color: #003153 !important;
}

.navbar-brand, .nav-link {
    color: #fff !important;
}

.nav-link:hover {
    color: #e47911 !important;
}

.container {
    margin-top: 50px;
}

.footer {
    background-color: #003153;
    color: #fff;
}
