.body {
  background-color: #000;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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: #121217;
}

.heading {
  overflow: visible;
  width: 640px;
  height: 200px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: hsla(135.27272727272728, 100.00%, 67.65%, 1.00);
  font-size: 600px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  .heading {
    font-size: 600px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 350px;
    text-align: center;
  }
}