main {
  position: fixed;
  top: 2em;
  left: 2em;
  background-color: rgba(0, 0, 0, .3);
  padding: 1em;
  color: white;
}
main a {
  color: white !important;
}
