.heading {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  display: block;
  position: absolute;
  inset: 25% 0% auto;
}

.body {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/135428F4-51B3-4A2A-A15C-5929BE7F2141_1_105_c.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image {
  background-image: url('../images/135428F4-51B3-4A2A-A15C-5929BE7F2141_1_105_c.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}


