@font-face {
  font-family: 'Source Sans';
  src: url('SourceSansVariable-Roman.ttf') format("truetype-variations");
  font-weight: 1 999;
}


html, body {

  margin: 0;
  padding: 0;
  margin-top: 0;
  margin:0 auto;
 

  
}


canvas {
  display: block;
}


p {
  
  color : #FFF;
  
  font-size: 5px;
  font-family: 'Source Sans';
  text-align: center;
  font-weight: 999;
  position: absolute;
  margin:0 auto;

  cursor: pointer;
}

q {
  
  color : #FFF;
  
  font-size: 5px;
  font-family: 'Source Sans';
  text-align: center;
  font-weight: 999;
  margin:0 auto;
  position: absolute;

  cursor: pointer;



}


#header_content { 
    width:70%; 
    background-color:#00B2EE;
    height:120px; 
    margin:0 auto;
    text-align:center;}




    

.wrapper{
  position: fixed;
 /* top: 50%;
  left: 50%;*/
  transform:  scale(.8);
  background-color: black;

}

a{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #FFF;
  border: 2px solid #696969;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

a span{
  position: relative;
  z-index: 2;
}

a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff003b;
  transition: all .35s;
}

a:hover{
  color: #fff;
}

a:hover:after{
  width: 100%;
}