.penguins{
  -webkit-filter:sepia(60%);
  filter:grey(70%);
  border-width: 5px;
  border-radius: 100%;
  border-style: solid;
  border-color: grey
}

.field{
   -webkit-filter: grayscale(100%);
   border:solid 30px black;
   border-image:url(tic-tac-toe.png) 50 round;
}

.dinosaur {
 -webkit-filter: drop-shadow(20px 10px 10px black) hue-rotate(100deg); 
}

.seagull{
  -webkit-filter:drop-shadow(2px 15px 5px grey);
  background:linear-gradient(120deg, blue, white);
  margin-right:700px;
}

.butterfly{ 
  -webkit-filter: invert(80%); border-radius: 100px 0px 100px 0px / 100px 0px 100px 0px;
}

.stage{
  -webkit-filter:blur(3px);
}
.present {
  color: white;
  position: relative;
  font-weight: bold;
  font: 50px sans-serif;
  top: -200px;
  left: 80px;
}

  
  