body {
    font-family: Arial, sans-serif;
    background-color: #e4e4e4;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 20px;
}

h1 {
    color: #440075;
    margin: 20px 0;
}

button {
    background-color: #440075 !important;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.container {
    width: 90%;
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

button#reset-button {
    background-color: lightgray !important;
    color: #333333; /* antracite text */
}

pre {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    overflow-x: auto; /* Enable horizontal scrolling */
}

th, td {
    text-align: left; /* Align labels in <th> elements on the left */
}

.hidden {
    display: none;
}

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

table th, table td {
    border-right: 1px solid #d9d9d9;
}

table th:last-child, table td:last-child {
    border-right: none;
}
