.body {
  background-color: #f8fafc;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading, .heading-2 {
  font-family: Pp locomotive new, sans-serif;
  font-weight: 400;
}

.link {
  color: #000;
}

@media screen and (max-width: 767px) {
  .heading-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 22px;
    line-height: 22px;
  }

  .heading-2 {
    text-align: center;
    font-size: 22px;
    line-height: 25px;
  }
}


@font-face {
  font-family: 'Pp locomotive new';
  src: url('../fonts/PPLocomotiveNew-Light-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}