body {  
background: url('/bg/lulun_fishnet.png');
background-size: 250px;
font-family: 'Oxygen'
}

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #96e1ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c3f1ff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7268af;
}
#window img {
  z-index: -30;
  position: fixed;
  width: 900px;
  bottom: 200px;
  right: 50px;
}

#curtain img {
  z-index: -21;
  position: fixed;
  right: -40px;
  top: 60px;
}

#lamp img {
  z-index: -18;
  position: fixed;
  top: -50px;
  left: 0;
  width: 500px;
}

.contain {
  position: fixed;
  left: 75px;
  bottom: 75px;
  width: 1200px;
  height: 600px;
  z-index: 5;
}

.bowl {
  position: absolute; 
  width: 1000px;
  height: 600px;
  background-color: rgba(255,255,255,0.1); 
  border: 4px solid #fff; 
}

.bowl:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1010px;
  height: 30px;
  background: rgba(66,66,66);
  border: 4px solid #444; 
} 

.water {
  position: absolute;
  top: 20%;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(65,193,251,0.7); 
}

.water:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 30px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%; 
  background: #1fa4e0;
}

#dirt img {
  position: absolute;
  bottom: 0;
  width: 990px;
  height: 120px;
  z-index: 3;
}

#tankplant img {
  width: 180px;
  position: absolute;
  bottom: 50px;
  z-index: 4;
}

#tankplant2 img {
  width: 480px;
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 4;
}
#tankplant3 img {
  width: 130px;
  position: absolute;
  bottom: 20px;
  right: 330px;
  z-index: 4;
}

#tetras img {
  position: absolute;
  z-index: 6;
  width: 230px;
  bottom: 70px;
  left: 175px
}
img.fish  {
  top: -80px;
  position: relative;
  width: 100px;
  animation: animateFish 5s linear infinite;
}

@keyframes animateFish {
  0%
    {
      transform: translate(20px,0) rotateY(0deg);
    }
  50%
    {
      transform: translate(880px,0) rotateY(0deg);
    }
  51%
    {
      transform: translate(880px,0) rotateY(-180deg);
    }
  100%
    {
      transform: translate(20px,0) rotateY(-180deg);
    } 
}
 
#table {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 130px;
  background-size: cover;
  background-image: url('/images/lulun_desk.png');
  z-index: -20
}
 
#buttons {
  position: absolute;
  top: 60px;
  left: 20px; 
  width: 950px;
  height: 250px;  
  margin: auto;
  overflow-y: scroll;
  z-index: 100; 
  text-align: center;
}

#buttons img{ 
  width: 88px;
  height: 31px;
  z-index: 25;
}

#yay {
  position: absolute;
  z-index: 25;
  right: 50px;
  bottom: 0px;
  width: 400px;
  padding: 17px;
  padding-bottom: 0; 
  background: white;
  border-radius: 20px 25px 0 0;
  border: 1px solid #dbb052;
  font-size: 17px;
}

#yay a{ text-align: right; display: block}

#pika img {
  position: fixed;
  z-index: 5;
  left: 1050px;
  bottom: 10px;
  width: 500px;
}

#mybutton {
  text-align: center; 
  margin: 10px auto; 
}

#mybutton img {
  text-align: center; 
  margin: 5px auto;
}