.body {
  filter: contrast(109%);
  background-color: #000;
  background-image: linear-gradient(#04500ee0, #04500ee0), url('../images/ChatGPT-Image-Jul-26-2025-01_41_36-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 8vw;
}

.heading {
  color: #ffc92a;
  margin-bottom: .2vw;
  font-family: Cinzel, sans-serif;
  font-size: 2vw;
  line-height: 2.5vw;
}

.text-block {
  color: #ffc92a;
  letter-spacing: 5px;
  font-family: Cinzel, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.div-block {
  background-color: #d6182d00;
  border: 1px solid #ffc92a;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 2vh;
  padding: 1vw 2vw;
  display: flex;
}

.text-block-2 {
  color: #ffc92a;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1vw;
}

.heading-2 {
  color: #ffd022;
  margin-top: 0;
  margin-bottom: .1vw;
  font-family: Lora, sans-serif;
  font-size: .6vw;
  font-weight: 400;
  line-height: 1vw;
}

.div-block-2 {
  background-color: #0000;
  border: 1px solid #ffd02261;
  border-radius: .3vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  padding: 1vw;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image {
    width: 20vw;
  }

  .heading {
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-block {
    font-size: 3vw;
    line-height: 5vw;
  }

  .heading-2 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .div-block-2 {
    padding: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 30vw;
  }

  .heading {
    font-size: 8vw;
    line-height: 8vw;
  }

  .text-block {
    font-size: 6vw;
    line-height: 9vw;
  }

  .heading-2 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .div-block-2 {
    margin-top: 3vh;
  }
}


