body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}
.navbar {
    background-color: #007bff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.navbar-brand, .nav-link {
    color: #fff !important;
}
.navbar-nav {
    flex-direction: row;
}
.nav-item {
    margin-left: 15px;
}
.dropdown-menu {
    min-width: 100px;
}
.header {
    background: url('header-bg.jpg') no-repeat center center/cover;
    height: 60vh;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header h1 {
    font-size: 3rem;
}
.header p {
    font-size: 1.5rem;
}
.content {
    padding: 2rem 0;
}
.footer {
    background-color: #343a40;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}
