body {
  background: #f3eee0;
}
#page_title {
  background: linear-gradient(to right,#e60000,#f39800,#fff100,#009944,#0068b7,#1d2088,#920783);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#description {
  color: dimgray;
}
#info {
  color: dimgray;
}
#controls {
  background-color: bisque;
}
#controls label {
  color: darkblue;
}
#footer {
  color: dimgray;
}
#backlink a {
  color: black;
}