html, body{
  width: 100%;
  height: 100%;
  overflow:hidden;
  font-family: Helvetica,Arial,sans-serif;
  background-color:#179ed7;
}
canvas{
  position:absolute;
  left:0px;
}
#textContainer{
  position:absolute;
  bottom:10%;
  width:100%;
  margin:0;
  padding:0;
  color:#FFFFFF;
  text-align:center;
}
a{
  margin:0.3em;
  color:#FFFFFF;  
}
a:hover{
  color:#ffde25;  
}