body {
  background-color: #000d12;
}

.abs-center {
  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);
}

.title {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10em;
  font-weight: bold;
  color: rgba(255, 140, 15, 0.8);
  /* Actual main color */
  /*
   * color: rgba(255, 163, 63, 0.8);
   * */
  text-shadow: 0px 0px 20px rgba(255, 15, 0, 1), 0 0 0 rgba(255, 255, 255, 1), 0 0 10px rgba(255, 15, 0, 1);
  /* #ff0f00 Red highlight */
}
