body {
    font-family: Arial, sans-serif;
    background-color: #372606;
    color: #fff;
    padding: 20px;
}

h2 {
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 10px;
    border: 1px solid #fff;
}

th {
    background-color: #8b4513;
    color: #fff;
}

tr:nth-child(even) {
    background-color: #694c26;
}

tr:hover {
    background-color: #a0522d;
}
