
html{
  background-color: #000000;
}

body{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  font-family: Verdana;
  text-align: center;
  color: #FFFFFF;
  overflow-y: scroll;

  image-rendering: pixelated !important;

  margin: 0;
  padding: 0;
}

h1{
  text-align: center;
}

.link{
  color: #FFFFFF;
}

#wordbox{
  margin: 30px auto 0;
  display: block;
  width: 90%;
  font-size: 26px;
  text-align: center;
  background: #000000;
  border: none;
  color: #FFFFFF;
}

#button{
  background: #787878;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-weight: bold;

  width: 26%
}

#button:hover, #button :focus{
  background: #878787;
}

#button:active{
  background: #BBBBBB;
}