h1 {
  text-align: center;
  margin-top: 30px; 
  margin-bottom: 30px; 
  color: black;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/Assets/Imgs/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(10px);
  transform: scale(1.05);
  z-index: -2;
}