body {
  margin: 0;
  background-color: black;
  overflow: hidden;
}
#title, #footer {
  position: absolute;
  font-size: 1em;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
#title {
  top: 0;
  left: 0;
  color: #e9dfe5;
  pointer-events: none;
}
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #e9dfe5;
  pointer-events: auto;
  box-sizing: border-box;
}
#footer a {
  text-decoration: none;
}
