body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #111;
}

canvas {
  position: absolute;
}

h1, h3, time, button {
  position: fixed;
  top: 10px;
  right: 0;
  z-index: 1;
  font-size: 0.95rem;
  font-weight: 200;
  background-color: rgba(1, 1, 1, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: inline-block;
}

h3 {
  top: 65px;
}

time {
  top: 50px;
}

h1 span {
  font-weight: 400;
}

button {
  top: auto;
  bottom: 10px;
  z-index: 999;
  cursor: pointer;
}

button:hover {
  background-color: #eee;
  color: #111;
  border: 1px solid #111;
}

a {
  text-decoration: none;
  color: #eee;
  display: inline-block;
  width: 203px;
  white-space: nowrap;
  overflow: hidden;
}