body {
    background-color: #f8f9fa;
}

h1 {
    margin-bottom: 20px;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.delete-btn {
    cursor: pointer;
    color: red;
}

.edit-btn {
    cursor: pointer;
    color: blue;
}
