body {
  background: #FCB603;
  color: #000000;

  -webkit-user-select: none;
  user-select: none;
}

a {
  color: #000000;
}

footer {
  position: fixed;
  right: 0;
  bottom: 8px;
  left: 8px;
  text-align: left;
}

footer a:hover {
  color: #0349FC;
}
