@import url("./global.css");

body {
  background-image: url("/assets/imgs/bg_4.png");
  background-color: rgb(255, 255, 255);
}

header {
  display: none;
}

h1 {
  font-size: 3rem;
  line-height: 5rem;
  margin: 28% 0.7rem;
  text-align: center;
}

@media only screen and (min-width: 800px) {
  h1 {
    font-size: 6rem;
    line-height: 9rem;
  }
}

/* body {
  background-image: url("/assets/imgs/bg_2.png");
  background-color: rgb(255, 255, 255);
} */
