* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    background-color: #f4f4f9;
    padding: 2rem;
}

h1 {
    color: #333;
}

table {
    width: 80%;
}

td {
    width: 33%;
}

th {
    text-align: left;
}

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