body {
  margin: 0;
  font-family: monospace;
  color: #fff;
  background-color: #111;
  font-size: 13px;
  line-height: 20px;
}

#container {
  display: block;
  width: 100%;
  height: 100%;
}

a {
  color: #2983ff;
  text-decoration: none;
}

#info {
  position: absolute;
  bottom: 15px;
  right: 20px;
  text-align: right;
}