body {
    font-family: Arial, sans-serif;
    background: #fff8e1;
    margin: 0;
    padding: 2em;
    color: #4e342e;
}

h2 {
    color: #bf360c;
}

form, table {
    background: #fff3e0;
    padding: 1em;
    border-radius: 8px;
    max-width: 500px;
    margin-bottom: 2em;
}

input, select, button {
    padding: 0.5em;
    font-size: 1em;
    margin-top: 0.5em;
    width: 100%;
}

button {
    background-color: #ff6f00;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #e65100;
}

table {
    width: 100%;
    border-collapse: collapse;
}

td, th {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
}

.actions form {
    display: inline;
}
