.dino{
 -webkit-filter: drop-shadow(18px 5px 7px #000000) hue-rotate(90deg); 
}
.butterfly{ 
  -webkit-filter: invert(90%); border-radius: 100px 0px 100px 0px / 100px 0px 100px 0px;
}
.football{
  -webkit-filter: grayscale(100%);
  border:solid 50px #000000;
  border-image:url(../images/tic-tac-toe.png) 50 round;
  margin-right:735px;
}
.penguins{
  -webkit-filter:sepia(75%);
  filter:sepia(75%);
  border-width: 1px;
  border-radius: 100%;
  border-style: solid;
  border-collapse: collapse;
  border-color: #808080
}
.seagull{
  -webkit-filter:drop-shadow(2px 20px 5px #808080);
  background:linear-gradient(100deg, #8080ff, white);
  margin-right:700px;
}
.theater{
  -webkit-filter:blur(5px);
  filter:blur(5px); 
}
.text {
  color: white;
  z-index: 50;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 4px 4px 4px #000000;
  font: 50px arial, sans-serif;
  left: 75px;
  top: -200px;
}