/*This work is licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL</a> license.*/

body {
  background-color: #000;
}

#alphabet {
  margin-top: 30px;
}

#alphabet span{
  display: inline-block;
  color: #fff;
  width: 1%;
  height: 20px;
  margin: 1%;
  background: #000;
  border-radius: 3px;
  /*width: 300px;
  height: 300px;*/
  padding: 3px;
}

h1, h2, h3, h4, h5, h6, p, a{
  color: #fff;
}

#instruction_left h3{
  color: #0f0;
}

#instruction_right h3{
  color: #f00;
}

#instructions{
  margin-top: 20%;
  color: #fff;
  font-size: 12pt;
}

#report{
  color: #fff;
}
