/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
.background {
  background-image: url("../images/cover-large.jpeg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  cursor: pointer;
  z-index: 0;
  -webkit-transform: translate3d(0,0,0);
}
.h1 {
  color: blueviolet;
}
