.body {
  background-color: #6c1b87;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
}

.div-block {
  position: static;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 25vh;
  height: 20%;
}

.div-block-2 {
  display: block;
  height: 20%;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  font-family: Imfepisc28p, sans-serif;
  color: #deb32b;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  margin-top: 20px;
  font-family: Imfepisc28p, sans-serif;
  color: #deb32b;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-3 {
  margin-top: 20px;
  text-align: center;
}

.link-block {
  padding: 10px 40px;
  border-radius: 5px;
  background-color: #deb32b;
  color: #6c1b87;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-2 {
  font-family: Imfepisc28p, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-4 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.footerlink {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
}

.text-block-3 {
  font-family: Imfepisc28p, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.div-block-5 {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #deb32b;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .div-block {
    top: 5%;
  }

  .image {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    top: 2%;
  }

  .image {
    width: 90%;
  }

  .heading {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@font-face {
  font-family: 'Imfepisc28p';
  src: url('../fonts/IMFePIsc28P.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}