/* custom.css */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.card {
    border: none;
    border-radius: 8px;
}

.card-header {
    border-bottom: 2px solid #f0f0f0;
    padding: 1.25rem;
}

.list-group-item {
    border-left: none;
    border-right: none;
}

.list-group-item:first-child {
    border-top: none;
}

.list-group-item:last-child {
    border-bottom: none;
}

footer a:hover {
    opacity: 0.8;
}