* {
    font-family: system-ui;
}

input, textarea, select {
    font-size: 16px;
}

body {
    max-width: 640px;
    margin: 0;
    padding: 0 1rem 2rem;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 0.3rem 0.75rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    font-weight: bold;
}
