* {
  background-color: #282a36;
  color: #f8f8f2;
}

#gamebutton {
  font: bold 16pt monospace;
  position: absolute;
  white-space: nowrap;
  background-color: #ff79c6;
  border: none;
  color: #282a36;
}

#wonmsg {
  font: bold 35pt monospace;
  display: none;
  left: 0;
  line-height: 200px;
  margin-top: -100px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

#buttondiv {
  position: fixed;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
}
