* {
    padding: 0;
    margin: 0;
    font-family: system-ui, sans-serif;
}

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

th, td {
    padding: 5px 8px;
    text-align: left;
}

tbody tr:nth-child(even) {
    background: #fcfcfc;
}

tbody tr:nth-child(odd) {
    background: #f0f0f0;
}