html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
div {
  height: 100%;
}
body {
  font-size: 14px;
  color: #777;
  font-family: arial;
  text-align: center;
}
h1 {
  font-size: 180px;
  color: #fff;
  margin: 70px 0 0 0;
  opacity: 1 !important;
}
h2 {
  color: #fff;
  font-family: arial;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: -3px 0 39px;
  opacity: 1 !important;
}
p {
  width: 320px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  color: #fff;
  font-size: 25px;
}
body {
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.85)),
    linear-gradient(transparent 75%, #000 75%),
    linear-gradient(
      to left,
      #d1d1d1 14.29%,
      #ffe500 14.29%,
      #ffe500 28.57%,
      #0ef 28.57%,
      #0ef 42.86%,
      #02d406 42.86%,
      #02d406 57.14%,
      #b6077c 57.14%,
      #b6077c 71.43%,
      #ff002f 71.43%,
      #ff002f 85.71%,
      #0000c2 85.71%
    );
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.85)),
    linear-gradient(transparent 75%, #000 75%),
    linear-gradient(
      to left,
      #d1d1d1 14.29%,
      #ffe500 14.29%,
      #ffe500 28.57%,
      #0ef 28.57%,
      #0ef 42.86%,
      #02d406 42.86%,
      #02d406 57.14%,
      #b6077c 57.14%,
      #b6077c 71.43%,
      #ff002f 71.43%,
      #ff002f 85.71%,
      #0000c2 85.71%
    );
  position: relative;
  overflow: hidden;
}
body:before {
  content: "";
  position: absolute;
  display: block;
  background-image: linear-gradient(
    to left,
    #0000c2 14.29%,
    #000 14.29%,
    #000 28.57%,
    #85055a 28.57%,
    #85055a 42.86%,
    #000 42.86%,
    #000 57.14%,
    #0ef 57.14%,
    #0ef 71.43%,
    #000 71.43%,
    #000 85.71%,
    #d1d1d1 85.71%
  );
  background-image: linear-gradient(
    to left,
    #0000c2 14.29%,
    #000 14.29%,
    #000 28.57%,
    #85055a 28.57%,
    #85055a 42.86%,
    #000 42.86%,
    #000 57.14%,
    #0ef 57.14%,
    #0ef 71.43%,
    #000 71.43%,
    #000 85.71%,
    #d1d1d1 85.71%
  );
  height: 5%;
  width: 100%;
  bottom: 25%;
}
.static,
.static div {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(/static.png);
  animation: static 3s steps(5, end) infinite;
  opacity: 0.65;
}
.static div {
  background-size: 100px 100px;
  animation-duration: 2.5s;
}
@keyframes static {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 25% 15%;
  }
  40% {
    background-position: 50% 69%;
  }
  60% {
    background-position: 33% 25%;
  }
  80% {
    background-position: 72% 4%;
  }
  to {
    background-position: 80% 91%;
  }
}
.scan,
.scan:before,
.scan:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  animation: scan 12s linear infinite;
}
.scan:before,
.scan:after {
  content: "";
  display: block;
  height: 60%;
}
.scan:before {
  top: -350%;
}
.scan:after {
  top: -1100%;
}
@keyframes scan {
  0% {
    top: -20%;
  }
  to {
    top: 250%;
  }
}