body{
  background: pink
}
.fish{
      display: inline-block;
      position:relative;
        }

.fishhead{
  width: 150px;
  height:150px;
  border-radius: 100px;
  background: lightblue;
  position:absolute;
  top:200px;
  left:300px;
}
.circle1{
  width: 100px;
  height:100px;
  border-radius: 100px;
  background: pink;
  position:absolute;
  top:240px;
  left:240px;

}
.bone{
  width: 320px;
  height:20px;
  border-radius: 100px;
  background: lightblue;
  position:absolute;
  top:260px;
  left:350px;
}
.smallbone1
{ width: 10px;
  height: 80px;
  border-radius: 100px;
  background: lightblue;
  position:absolute;
  top:-60px;
  left:140px;
  transform: rotate(45deg);}

  .smallbone2
  { width: 10px;
    height: 80px;
    border-radius: 100px;
    background: lightblue;
    position:absolute;
    top:-60px;
    left:200px;
    transform: rotate(45deg);}

    .smallbone3
    { width: 10px;
      height: 80px;
      border-radius: 100px;
      background: lightblue;
      position:absolute;
      top:-60px;
      left:260px;
      transform: rotate(45deg);}

      .smallbone4
      { width: 10px;
        height: 80px;
        border-radius: 100px;
        background: lightblue;
        position:absolute;
        top:0px;
        left:140px;
        transform: rotate(-45deg);}

        .smallbone5
        { width: 10px;
          height: 80px;
          border-radius: 100px;
          background: lightblue;
          position:absolute;
          top:0px;
          left:200px;
          transform: rotate(-45deg);}

          .smallbone6
          { width: 10px;
            height: 80px;
            border-radius: 100px;
            background: lightblue;
            position:absolute;
            top:0px;
            left:260px;
            transform: rotate(-45deg);}

.fisheye
{width:30px;
  height:30px;
  background: white;
  margin: 0 auto;
border-radius: 100px;
  position:absolute;
  top:250px;
  left:360px;
}
.fishtail
{
  width: 0;
   height: 0;
   border-top: 70px solid transparent;
   border-right: 50px solid lightblue;
   border-bottom: 70px solid transparent;
   position:absolute;
   top:200px;
   left:650px;
}
.words{
  font-size: 130px;
  font-family: mina;
  color: black;
  position:absolute;
  top:-320px;
  left:0px;
}
.next
{font-family: arial black;
  color: black;
  position:absolute;
  top:600px;
  left:250px;}
