html {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

body {
  font-family: "Maven Pro";
  background: url("/assets/background.png");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-opacity-50::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5); /* Adjust opacity as needed */
  z-index: -1;
}
