.body {
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 13px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e454cc, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  .heading {
    width: 80%;
    text-align: center;
    letter-spacing: 6px;
    font-size: 12px;
  }
}


