body {
  margin: 0;
  padding: 0;
  background-image: url('img2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 14px;
  font-family: sans-serif;
  color: white;
  overflow: hidden;
}

a {
  color: white;
  font-size: 14px;
}

#main {
  width: 100%;
  height: 100vh;
}

#wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#text {
  width: 80%;
  max-width: 300px;
  left: 20px;
  top: 60px;
  position: absolute;
}

#code {
  display: none;
  color: rgb(196, 255, 255);
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
}

#clock-box {
  position: absolute;
  left: 20px;
  bottom: 40px;
  font-size: 22px;
  display: none;
}

#clock-box a {
  font-size: 22px;
  text-decoration: none;
}

#clock {
  margin-left: 10px;
}

#clock .digit {
  font-size: 42px;
}

#canvas {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}

#error {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
  display: none;
}

.hand {
  cursor: pointer;
}

.say {
  margin-left: 5px;
}

.space {
  margin-right: 150px;
}

#message-box {
  position: absolute;
  margin-top: 450px;
  font-size: 25px;
  font-family: monospace;
}
