body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}
.navbar {
    background-color: #0056b3;
}
.navbar-brand, .nav-link {
    color: white !important;
}
.section-title {
    border-bottom: 2px solid #0056b3;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.list-group-item {
    border: none;
    padding: 0.5rem 0;
}