@import url("webfont.css");

html,
body {
  background-color: black;
  color: white;
  font-family: "8-bit Operator Mono", sans-serif;
}

canvas {
  display: block;
  width: 640px;
  height: 480px;
  margin: 40px auto;
}

div.bottom-credits {
  position: absolute;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  height: 75px;
  bottom: 0;
  left: calc(50% - 300px);
  width: 600px;
  padding: 8px 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

p.announcement {
  font-size: 150%;
}

div.bottom-credits span {
  display: inline-block;
}



a {
  color: #00ffff;
  text-decoration: none;
}

a:hover {
  color: #33cccc;
}