@charset "UTF-8";

canvas {
  display: block;
  margin: 0 auto 12px;
}

#replay {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 7px;
  background: #0af;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Courier New',serif;
}

a {
  text-decoration: none;
}

#replay.hidden {
  display: none;
}