.hello {
  font-size: 8rem;
  font-family: "Monoton", cursive;
  position: absolute;
  top: 18vw;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0.4rem 0.4rem 0.4rem #00337c;
  color: rgba(253, 253, 255, 0.372);
  background-color: #f99417;
  width: 85rem;
  text-align: center;
  padding: 0.8rem 1.6rem;
  border-radius: 1rem;
  opacity: 1.9;
}
