body {
  font-size: 18px;
  color: #9403fc;
  background-image:url('https://silversneasel.neocities.org/pictures/collections/rainbow_gradient_background_by_cyberdaydream_dg00r9z.png');
  font-family: "Comic Sans MS";
  image-rendering: pixelated;
}
a {
  color: #ff24c5;
}
.home {
  font-size: 16px;
  position: absolute;
  top: 53px;
  left: 320px;
}
.gamearea {
  border-radius: 15px;
  border: 4px solid #b057ff;
  background-color: #ffffff;
  width: 520px;
  overflow: scroll;
  height: 400px;
  position: absolute;
  top: 75px;
  left: 312px;
}
.hometext {
  font-size: 18px;
  width: 520px;
  overflow: scroll;
  height: 390px;
  position: absolute;
  top: 85px;
  left: 312px;
}
.list {
  border-radius: 15px;
  font-size: 14px;
  overflow: scroll;
  border: 4px solid #b057ff;
  background-color: #ffffff;
  width: 180px;
  height: 400px;
  position: absolute;
  top: 75px;
  left: 852px;
}
.rainbowhover {
  -webkit-filter: hue-rotate(0deg);
  -webkit-transition: 2s ease-in-out;
   -moz-filter: grayscale(0%);
   -moz-transition: 2s ease-in-out;
   -o-filter: grayscale(0%);
   -o-transition: 2s ease-in-out;
 } 
 .rainbowhover:hover {
   -webkit-filter: hue-rotate(540deg);
   -webkit-transition: 1s ease-in-out;
   -moz-filter: hue-rotate(180deg); 
   -moz-transition: 1s ease-in-out;
   -o-filter: hue-rotate(0deg); 
   -o-transition: 1s ease-in-out;
 }