html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: Abel;
}

canvas {
  background-color: #333;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.info {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

h1 {
  color: white;
  letter-spacing: 3px;
  margin: 0;
}

.message {
  margin: 0;
  color: #b99362;
}
