* {
  padding: 0;
  margin: 0;
}

div {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  background-color: rgba(0, 0, 0, 0.05);
}
div h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(57, 189, 96);
  font-size: 3rem;
  height: 150px;
  width: 450px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}/*# sourceMappingURL=styles.css.map */