body {
  	background-color: #1f1f1f;
}
.parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}
.block {
    img {
        display: block;
        border: none;
    }
}
h1 {
  	color: transparent;
  	text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  	font-family: 'Rubik Iso', cursive;
  	font-style: normal;
  	font-weight: 400;
  	letter-spacing: 1px;
  	font-size: 4em;
  	text-align: center;
  	display: grid;
  	left: 50%;
  	top: 35%;
  	-webkit-animation: horror-animation 5s infinite;
  	-moz-animation: horror-animation 5s infinite;
  	-o-animation: horror-animation 5s infinite;
  	animation: horror-animation 5s infinite;
}
span {
  	font-size: 0.4em;
  	text-transform: uppercase;
}
@-webkit-keyframes horror-animation {
  0% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
    left: 51%;
    top: 36%;
  }
  5% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 35%;
  }
  10% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
    top: 34%;
  }
  15% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 35%;
  }
  16% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  17% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  20% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 49%;
  }
  25% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 49%;
  }
  30% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    left: 50%;
  }
  35% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  36% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  37% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  40% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    left: 51%;
  }
  45% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 51%;
  }
  50% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
    left: 51%;
  }
  55% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 50%;
  }
  56% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  57% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 52%;
  }
  60% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
  65% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  70% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
  }
  75% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  76% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  77% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  80% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    left: 49%;
  }
  85% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  86% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  87% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  90% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    left: 51%;
  }
  95% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 51%;
  }
  100% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
}
@-moz-keyframes horror-animation {
  0% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
    left: 51%;
    top: 36%;
  }
  5% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 35%;
  }
  10% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
    top: 34%;
  }
  15% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 35%;
  }
  16% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  17% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  20% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 49%;
  }
  25% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 49%;
  }
  30% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    left: 50%;
  }
  35% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  36% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  37% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  40% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    left: 51%;
  }
  45% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 51%;
  }
  50% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
    left: 51%;
  }
  55% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 50%;
  }
  56% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  57% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 52%;
  }
  60% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
  65% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  70% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
  }
  75% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  76% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  77% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  80% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    left: 49%;
  }
  85% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  86% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  87% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  90% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    left: 51%;
  }
  95% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 51%;
  }
  100% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
}
@-o-keyframes horror-animation {
  0% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
    left: 51%;
    top: 36%;
  }
  5% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 35%;
  }
  10% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
    top: 34%;
  }
  15% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 35%;
  }
  16% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  17% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  20% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 49%;
  }
  25% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 49%;
  }
  30% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    left: 50%;
  }
  35% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  36% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  37% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  40% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    left: 51%;
  }
  45% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 51%;
  }
  50% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
    left: 51%;
  }
  55% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 50%;
  }
  56% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  57% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 52%;
  }
  60% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
  65% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  70% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
  }
  75% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  76% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  77% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  80% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    left: 49%;
  }
  85% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  86% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  87% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  90% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    left: 51%;
  }
  95% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 51%;
  }
  100% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
}
@keyframes horror-animation {
  0% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
    left: 51%;
    top: 36%;
  }
  5% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 50%;
    top: 35%;
  }
  10% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
    top: 34%;
  }
  15% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 35%;
  }
  16% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  17% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  20% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 49%;
  }
  25% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 49%;
  }
  30% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
    left: 50%;
  }
  35% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  36% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  37% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 50%;
  }
  40% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    left: 51%;
  }
  45% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
    left: 51%;
  }
  50% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
    left: 51%;
  }
  55% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 50%;
  }
  56% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  57% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
    left: 52%;
  }
  60% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
  65% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 50%;
  }
  70% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
    left: 49%;
  }
  75% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  76% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  77% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    left: 49%;
  }
  80% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    left: 49%;
  }
  85% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  86% {
    text-shadow: 0 0 1px #212121;
    left: 50%;
  }
  87% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    left: 51%;
  }
  90% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    left: 51%;
  }
  95% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
    left: 51%;
  }
  100% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    left: 50%;
  }
}