@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif;

  background-color: #0e0e1a;
  text-align: center;
}

#notice {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hero-image {
  width: 66%;
  max-width: 300px;
}

#notice h1 {
  font-weight: 600;
  font-size: 3rem;
  color: #ff39b04c;
  -webkit-text-stroke: 1px #ff39b0;
  /* text-shadow: 0px 0px 10px #ff39b0; */
}

#notice p {
  font-size: larger;
  color: #fff;
}
