html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: Inter, Helvetica, Arial, sans-serif;
}



code, pre {
  font-family: "Courier New", Courier, monospace;
}

.container {
    display: grid;
    place-items: center;
    min-height: 100vh;
}

.inner {
    text-align: center;
}

.links {
    display: flex;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}