.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/20.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  margin-top: -50px;
  font-family: Rez, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
}

.link-block {
  width: 40px;
}

@media (max-width: 479px) {
  .div-block {
    height: auto;
  }
  .heading {
    margin-top: -16px;
    font-size: 21vw;
  }
}

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