body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-family: 'Inter', sans-serif;
}

h1 {
  font-size: 4rem;
  font-weight: 800;
  color: #111;
  margin: 0;
}
