html {
  font-size: 16px;
}

body {
  background-color: #111;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  min-height: 100vh;
  margin: 0;
}

.page-container {
  text-align: center;
  margin: 0 auto;
  padding: 15% 0;
}

a, a:visited {
  color: #fff;
}
