
body {
  color: #6213cf;
  background-image:url('https://super-starcade.neocities.org/assets/bg-generic.jpg');
  background-repeat: repeat-x;
  font-family: "Comic Sans MS";
  image-rendering: pixelated;
  font-size: 17px;
}
  p {
  font-size: 17px;
}
a {
  color: #6213cf;
}
.scroll {
  height: 790px;
  width: 650px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.indexbg {
  border-radius: 7px;
  border: 4px solid #b057ff;
  height: 250px;
  width: 560px;
  background: #b56bff;
  background: linear-gradient(0deg, rgba(181, 107, 255, 1) 0%, rgba(196, 166, 245, 1) 100%);
  position: absolute;
  top: 120px;
  left: 300px;
}
.index {
  border-radius: 10px;
  border: 0px solid #b057ff;
  height: 200px;
  width: 560px;
  position: absolute;
  top: 130px;
  left: 305px;
}
#panda {
  position: absolute;
  top: 270px;
  left: 315px;
}
#button1 {
  position: absolute;
  top: 282px;
  left: 445px;
}
#button2 {
  position: absolute;
  top: 318px;
  left: 445px;
}
#kitty {
  position: absolute;
  animation: MoveUpDown 4s linear infinite;
  top: 200px;
  left: 812px;
}
@keyframes MoveUpDown {
  0%   {top:165px;}
  50%  {top:185px;}
  100% {top:165px;}
}


.banner {
  border-radius: 10px;
  border: 0px solid #b057ff;
  height: 200px;
  width: 560px;
  position: absolute;
  top: 43px;
  left: 370px;
}
.topnavbg {
  border-radius: 7px;
  border: 4px solid #b057ff;
  height: 30px;
  width: 650px;
  background: #b56bff;
  background: linear-gradient(0deg, rgba(181, 107, 255, 1) 0%, rgba(196, 166, 245, 1) 100%);
  position: absolute;
  top: 140px;
  left: 368px;
}
.topnav {
  border-radius: 7px;
  border: 0px solid #b057ff;
  height: 30px;
  width: 650px;
  position: absolute;
  top: 148px;
  left: 368px;
}
.mainbg {
  border-radius: 7px;
  border: 4px solid #b057ff;
  height: 470px;
  width: 650px;
  background: #b56bff;
  background: linear-gradient(0deg, rgba(181, 107, 255, 1) 0%, rgba(196, 166, 245, 1) 100%);
  position: absolute;
  top: 185px;
  left: 368px;
}
.tourbord {
  height: 233px;
  width: 375px;
  border-radius: 2px;
  border: 3px solid #b057ff;
  position: absolute;
  top: 193px;
  left: 376px;
}
.tour {
  border-radius: 2px;
  border: 0px solid #b057ff;
  position: absolute;
  top: 196px;
  left: 379px;
}
.contact {
  height: 100px;
  width: 380px;
  position: absolute;
  top: 448px;
  left: 376px;
}
.update {
  background-color: white;
  height: 237px;
  width: 253px;
  position: absolute;
  top: 195px;
  left: 763px;
}
.link {
display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: red;
  height: 180px;
  width: 253px;
  position: absolute;
  top: 435px;
  left: 763px;
  }
.deco {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 80px;
  width: 650px;
  position: absolute;
  top: 580px;
  left: 372px;
}

#dragon {
  position: absolute;
  top: 2px;
  left: 893px;
webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}