body {
    font-family: Arial, Helvetica, sans-serif;
}

.card {
    border-radius: 10px;
}

.nav-link:hover {
    background-color: #0d6efd;
    border-radius: 5px;
}