h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6em;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.body {
  font-family: 'Noto Sans', sans-serif;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5em;
  line-height: 1em;
  text-transform: none;
}

.container {
  text-align: center;
}

.image {
  margin-top: 144px;
}

@media (max-width: 767px) {
  .heading {
    font-size: 5em;
    line-height: 1em;
  }
  .image {
    margin-top: 32px;
  }
}

@media (max-width: 479px) {
  .section {
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heading {
    font-size: 4.5em;
  }
  .image {
    margin-top: 64px;
  }
}

