body {
/* Background */
background-image:url(../img/aquabgd.png);
background-size:cover;
height: 127vh;

 /* Main font */
color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
}
/* unvisited link */
a:link {
    color: rgb(137, 184, 254);
}
    
/* visited link */
a:visited {
    color: rgb(222, 162, 250);
}
    
/* mouse over link */
a:hover {
    color: rgb(105, 255, 208);
}

.aquarium {
    -webkit-box-shadow:0 0 90px rgb(0, 149, 255); 
	-moz-box-shadow: 0 0 90px rgb(0, 255, 255); 
	box-shadow:0 0 90px rgb(0, 225, 255);
  }

  .tankstand {
    width:1550px;
  }

  .bench {
    position: absolute;
    z-index: 2;
    width: 500px;
    left: 200px;
    top: 1180px;
    filter: drop-shadow(-6px 10px 3px rgba(0,0,0,0.3));
  }

  .bench2 {
    position: absolute;
    z-index: 2;
    width: 500px;
    left: 1180px;
    top: 1180px;
    filter: drop-shadow(6px 10px 3px rgba(0,0,0,0.3));
  }

  .eatfish {
    position: absolute;
    z-index: 2;
    left: 200px;
    top: 1075px;
    filter: drop-shadow(-9px 10px 3px rgba(0,0,0,0.6));
  }

  .fishdinner {
    position: absolute;
    z-index: 2;
    width: 100px;
    left: 340px;
    top: 1150px;
    filter: drop-shadow(-9px 10px 3px rgba(0,0,0,0.6));

  }