html {
  color: #222;
  font-size: 100%;
}

body {
  min-height: 100vh;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
