body {
    background-color: #f8f9fa;
}

.container {
    max-width: 900px;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

h1 {
    font-size: 1.75rem;
    font-weight: bold;
}

h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

.list-group-item {
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.btn-link.text-primary {
    text-decoration: none;
    padding: 0 0.5rem;
}

.btn-link.text-danger {
    text-decoration: none;
    padding: 0 0.5rem;
}

.modal-content {
    border-radius: 0.5rem;
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
}

.modal-footer {
    border-top: 1px solid #dee2e6;
}

.card {
    border-radius: 0.5rem;
}

.btn-link.w-100 {
    text-align: left;
}