.card {
    margin-bottom: 20px;
}
.card-header {
    background-color: #f2f2f2;
    font-weight: bold;
}
.form-control {
    width: 100%;
}
.btn-save {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
}
.btn-save:hover {
    background-color: #0056b3;
    color: white;
}
.btn-delete {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 5px 10px;
}
.btn-delete:hover {
    background-color: #c82333;
    color: white;
}