html,
body {
  height: 100%;
}

body {
  display: grid;
  place-items: center;
  margin: 0;
  background: #f6f8fc;
  color: #0b1b22;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
}
