html, body {
    font-family: system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
}

main {
    padding: 1rem;
}
