body {
  color: black;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

h1 {
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

html {
  height: 100vh;
  width: 100vw;
}

.wrapper {
  margin: 0 auto;
}
