body {
    font-family: monospace, monospace;
    line-height: 1.6;
    margin: 20px auto;
    max-width: 950px;
    background-color: #f4f4f4;
    color: #333;
}

h1 {
    color: #444;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-bottom: 20px;
}

thead {
    background-color: #005f73;
    color: white;
}

th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

tr:last-child td {
    border-bottom: none;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #e0f3ff;
}

code {
    background-color: #eee;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.9em;
}

.header th {
    font-weight: bold;
}
