html, body   
{ 
  position: fixed;
  width:                100%; 
  height:               100%;
  margin:                 0%; 
  border:               none;   
  overflow:           hidden;
  background-color:  #F5F5F5;

  font-family: 'Source Sans Pro', sans-serif;
  font-family: 'Roboto',          sans-serif;
  font-family: 'Ubuntu',          sans-serif;
  font-family: 'Dosis',           sans-serif;
  font-family: 'Open Sans',       sans-serif;
  font-family: 'Raleway',         sans-serif;
  font-family: 'Muli',            sans-serif;
}


#container
{
  position: fixed;
  height:100%;
  width: 100%;
}


#canvas 
{ 
  position: absolute; 
  width:        100%; 
  height:       100%; 
  margin:         0%; 
  border:         0%;
  top:           0px;
  left:          0px;
}


#header
{ 
  position: absolute; 
  width:        100%;
  height:       100%; 
  z-index:         2; 
  font-size:    50px;
}


#title
{ 
  position: relative;
  width:        100%;
  height:       auto; 
  top:      calc(50% - 68.5px);
  text-align: center;
}

table
{
  position: relative;
  width:        auto;
  margin-right: auto;
  margin-left:  auto;
  margin-top:    5px;
  z-index:         4;
}

td
{
  padding-left:  10px;
  padding-right: 10px;
}

a
{
  color:          black;
  cursor:       pointer;
  text-decoration: none;
} 


#wordList
{ 
  display: none; 
}