body{
  background:black url(images/backgrounds/rainbowstar.gif);
  color:white;
}
h1{
  color:#fff6c9;
  font-size:60px;
  background: transparent;
  width:100%;
}
html{
  cursor:url(pixels/purplebat.gif), auto;
}
h5{
  color:orange;
}
a{
  color:#fff1ab;
  font-size:25px;
}
.box{
  width:790px;
  border:#B4B1D7;
  border-style:groove;
  padding: 20px;
  margin: auto;
  color:white;
  background-color: rgba(0,0,0,0.75);
}
.object{
   width:55%;
  background:rgba(0,0,0,0.75);
  padding: 20px;
   border:#B4B1D7;
  border-style:groove;
  margin: auto;
  color:white;
}
.covers{
width:100px;
height:150px;
border-color:black;
border:10px
}

span{
  color:gray;
}
.classtext{
  font-size:18px;
}
h3{
  font-size:25px
}
.current{
  color:yellow;
}
.alien{
  width:182px;
  height:90px;
}
.links{
  background:black;
} 
h2{
  font-size:40px;
}
.sims{
  width:225px;
  height:29px;
transform:translate(-5px,-20px);
}
.bear{
  transform: rotateY(180deg);
}
.celes{
 transform:translate(75px,25px);
width:77px;
height:75px;
}
.boy{
  transform:translate(20px,0px)
}
.celes1{
 transform:translate(-75px,25px);
width:77px;
height:75px;
}
.boy1{
  transform:translate(-20px,0px)
}
.game{
  width:130px;
  height:200px;
}
.showgif{
  width:180px;
  height:144px;
}
h6{
  font-size:17px;
}

.batty{
  transform:translate(-400px, -80px);
  width:160px;
  height:40px;
}

.jel{
  width:142px;
  height:154px;
  position:absolute;
  transform:translate(-545px,-20px)
}

.hide{
  display:none;
transform:translate(300px,0px)
}

.jel:hover + .hide{
  display:block;
  color:white
}