h1 {
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    width: 50%;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

button.edit-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
}

button.edit-btn:hover {
    background-color: #0056b3;
}