body {
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
}

button {
    margin: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid black;
}

th, td {
    padding: 8px;
    text-align: left;
}