h1 {
  font-family: 'CoreCircus', sans-serif;
  text-transform: uppercase;
  font-size: 7vw;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  color: #fe4560;
  letter-spacing: -0.8rem;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px 0px 0px #98b5cc, 0px 1px 0px #98b5cc, 2px 1px 0px #98b5cc, 1px 2px 0px #98b5cc, 3px 2px 0px #98b5cc, 2px 3px 0px #98b5cc, 4px 3px 0px #98b5cc, 3px 4px 0px #98b5cc, 5px 4px 0px #98b5cc, 4px 5px 0px #98b5cc, 6px 5px 0px #98b5cc, 5px 6px 0px #98b5cc, 7px 6px 0px #98b5cc, 8px 7px 0px white, 9px 8px 0px white;
}
h1:before {
  content: attr(data-heading);
  position: absolute;
  left: 0;
  color: white;
  font-family: 'CoreCircus2DDot1';
  text-shadow: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

html,
body {
  background: #faf8ef;
  width: 100%;
  height: 100%;
}

h1:focus {
  outline: none;
}


