@import url(http://fonts.googleapis.com/css?family=Sigmar+One);
body { 
  background:hsla(0,0%,0%,1); 
overflow:hidden;
  width:100%;
}
canvas{
  width:100%;
  height:100vh;
}
#hjk {
  position:absolute;
  height:750px;
  width:960px;
  font-family:Helvetica;
  color:#fff;
  background:rgba(225,225,225,0.1);
  padding:10px 0px;
  margin-left: 190px;
  text-align: center;
  border: 4px solid rgba(247,75,135,0.8);
}
a {
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  color: #e6e6e6;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: .5rem;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
a:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ff8273;
  z-index: -1;
  position: absolute;
  bottom: -1px;
  left: 0;
}
a:active {
  color: #ff8273;
}



.wrapAroundEmpty a:before {
  border: 1px solid #e6e6e6;
  height: 0;
}

.wrapAroundEmpty a:hover:before {
  -webkit-animation: wrapAroundEmpty 1.4s ease-out infinite;
  animation: wrapAroundEmpty 1.4s ease-out infinite;
}


@-webkit-keyframes wrapAroundEmpty {
  0% {
    background: none;
    width: 100%;
    height: 0px;
  }
  20% {
    width: 1px;
    height: 0px;
  }
  40% {
    width: 2px;
    height: 100%;
  }
  80% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 0;
    background: none;
  }
}
@keyframes wrapAroundEmpty {
  0% {
    background: none;
    width: 100%;
    height: 0px;
  }
  20% {
    width: 1px;
    height: 0px;
  }
  40% {
    width: 2px;
    height: 100%;
  }
  80% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 0;
    background: none;
  }
}
