html{
  background-image  : url("/images/misc/shiny.gif");
}

.general{
  background-image  : none;
  background-color  : hsla(var(--rainbowHue,0),1000%,20%,50%);
}

a{
  color           : yellow;
  text-shadow     : none;
  text-decoration : underline;
}
a:hover{
  color           : white;
  text-shadow     : 0px 0px 20px #ffff00;
  text-decoration : underline;
}

.screenshot{
  margin          : 0px;
  image-rendering : smooth;
}

.button{
  display:inline;
}