body {
  background: #000;
  margin: 0 0;
  overflow: hidden;
  font-family: 'Cousine', monospace;
  color: #fff;
}
canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#link-list {
  margin: 0;
  position: absolute;
  top: 75%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#link-list ul {
  list-style: none;
}
#link-list ul li {
  width: 400px;
  margin: 35px;
}
a {
  color: #3ff;
  text-decoration: none;
  letter-spacing: 5px;
  transition: 200ms ease all;
}
a:visited {
  color: #3ff;
}
a:hover {
  color: #fff;
  letter-spacing: 6px;
  text-shadow: 0px 0px 4px #0ff;
}
#countdown {
  color: #7ff;
  text-shadow: 0px 0px 12px #00c8ff;
}


/*# sourceMappingURL=/app.c328ef1a.css.map */