body {
    background-color: #f8f9fa;
    font-family: 'Arial', sans-serif;
}

h1 {
    margin-bottom: 20px;
}


.table {
    text-align: left;
    font-size: 14px;
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 5px 10px;
    vertical-align: top;
    white-space: nowrap;
}

.table th {
    background-color: #f2f2f2;
    text-align: center;
}

.table td {
    height: 20px;
}