.penguins{
  filter: sepia(62%);
  border: 1px solid #000000;
  border-radius: 51%;
}
.football{
  border:30px solid black;
  border-image:url(/images/tic-tac-toe.png) 30% round;
  filter: saturate(0%);
}
.dinosaur{
  filter: hue-rotate(96deg) drop-shadow(4px 0px 2px #000000);
}
.seagull{
  background-image:url(images/seagull.png),linear-gradient(120deg,rgba(0,0,255,0.6),white);
  filter:drop-shadow(1px 6px 3px #787878);
}
.butterfly{
  filter: contrast(78%) invert(91%);
  border: none;
  border-radius: 32% 0% 32% 0%;
}
.image{
  position:relative
}
.theatre{
  filter: blur(2px);
}
.text{
  text-shadow:2px 2px #000000;
  font-family:arial;
  font-size:200%;
  position:absolute;
  left:125px;
  bottom:150px;
  color:white;
}