body {
    font-family: Arial, sans-serif;
    margin: 40px;
    background-color: #f9f9f9;
}

h2, h3 {
    margin-top: 30px;
}

table {
    border-collapse: collapse;
    width: 100%;
    background: white;
}

table th, table td {
    padding: 8px 12px;
    border: 1px solid #ccc;
    text-align: left;
}

form label {
    margin-right: 20px;
}

button {
    padding: 6px 12px;
    cursor: pointer;
}
a {
    text-decoration: none;
}