body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  font-family: "Inter";
}

div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #222;
}

h1 {
  font-size: 48px;
  text-transform:uppercase;
  font-weight: 700;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #333;
  text-align: center;
}
