.body {
  text-align: center;
  background-color: #080c1f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #76229b;
  -webkit-text-stroke-color: #4b2f57;
  text-transform: uppercase;
  word-break: normal;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
}


