html, body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

body {
   background: #f5f5f5;
}

.container {
   max-width: 760px;
   margin: 12vh auto;
   padding: 32px;
   background: white;
}

h1 {
   margin-top: 0;
}

a {
   text-decoration: none;
}

li {
   margin: 8px 0;
}
