@import url('https://fonts.googleapis.com/css?family=Livvic');
@font-face {
  font-family: Sporting Grotesque;
  src: url('sporting_grotesque-bold_web.woff2');
}
@font-face {
  font-family: Sporting Grotesque;
  font-weight: bold;
  src: url('sporting_grotesque-bold_web.woff2');
}
.flex-rectangle {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  z-index: 5;
  cursor: url('cursor4-05yellow.png') 42 42, crosshair;
  cursor: -webkit-image-set(url('cursor4-05yellow.png') 1x, url('cursor4-05yellow.png') 2x),
    crosshair;
}
.flex-rectangle:before {
  content: '';
  display: block;
  padding-top: 200%;
  z-index: 5;
  cursor: url('cursor4-05yellow.png') 42 42, crosshair;
  cursor: -webkit-image-set(url('cursor4-05yellow.png') 1x, url('cursor4-05yellow.png') 2x),
    crosshair;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  br.desktop {
    display: none;
  }
}
img {
  height: 50 px;
  width: 50 px;
}
body {
  font-family: Sporting Grotesque;
  font-size: 22px;
  line-height: 1.4;
  background-color: #000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: url('cursor4-05yellow.png') 42 42, crosshair;
  cursor: -webkit-image-set(url('cursor4-05yellow.png') 1x, url('cursor4-05yellow.png') 2x),
    crosshair;
}
a {
  color: hsl(216, 100%, 67%);
  z-index: 6;
  text-decoration: none;
}
a:hover {
  background-color: #ffff7c;
  z-index: 2;
}
header {
  position: absolute;
  top: 15px;
  left: 20px;
  right: 20px;
  z-index: 1;
  color: #ffffff;
}
h1 {
  z-index: 1;
}
h2 {
  text-indent: 40px;
  z-index: 2;
}
h3 {
  text-indent: 40px;
  z-index: 2;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  position: fixed;
  left: 37px;
  transform: translate(-50%, -50%) scale(0.5);
  animation: fadein 1s;
}
h4 {
  color: #ffffff;
  position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {
    color: #ffffff;
  }
  50% {
    color: rgb(0, 0, 0);
  }
  100% {
    color: #ffffff;
  }
}

/* Standard syntax */
@keyframes example {
  0% {
    color: #ffffff;
  }
  50% {
    color: rgb(0, 0, 0);
  }
  100% {
    color: #ffffff;
  }
}
