a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: underline;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/dsc_0193.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/dsc_0193.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block {
  max-width: 960px;
  min-width: 0px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #50e3c2;
  font-size: 80px;
  font-weight: 700;
}

.paragraph-2 {
  margin-top: 51px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
}

.paragraph-3 {
  margin-top: 13px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
}

.section {
  margin-left: 173px;
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 60px;
  }

  .paragraph-2 {
    font-size: 25px;
  }

  .section {
    margin-left: 21px;
  }

  .link {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    line-height: 51px;
  }

  .paragraph-2 {
    margin-top: 40px;
  }

  .section {
    margin-left: 20px;
  }
}