body {
    font-family: 'Arial', sans-serif;
}

.navbar {
    background-color: #343a40;
}

.navbar-brand {
    color: #ffffff !important;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-nav .nav-link:hover {
    color: #ffcc00 !important;
}

