.navbar-brand {
    font-weight: bold;
}

.jumbotron {
    background: #f8f8f8;
    margin-bottom: 0;
}

.jumbotron .display-4 {
    color: #333;
}

footer {
    background-color: #333;
}

@media (max-width: 768px) {
    .navbar-nav {
        margin-top: 10px;
    }
}
