body {
    font-family: system-ui, sans-serif;
}

.card-title {
    font-weight: bold;
    font-size: 1.2rem;
}

.navbar {
    border-bottom: 1px solid #004b66;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
