body {
  color: #66c2ff;
  background-image:url('https://yellow-horse.neocities.org/backgrounds/catstuffpaw3.gif');
  font-family: "Comic Sans MS";
  image-rendering: pixelated;
}
a {
  color: #d073ff;
}
.home {
  position: absolute;
  top: 52px;
  left: 320px;
}
.gamearea {
  border-radius: 2px;
  border: 4px solid #ff7ae0;
  background-color: #ffffff;
  width: 520px;
  height: 400px;
  position: absolute;
  top: 75px;
  left: 312px;
}
.list {
  border-radius: 2px;
  font-size: 14px;
  overflow: scroll;
  border: 4px solid #ff7ae0;
  background-color: #ffffff;
  width: 180px;
  height: 400px;
  position: absolute;
  top: 75px;
  left: 837px;
}