body
{
  color:black;
  text-align: center;
  margin:10px;
  padding: 10px;
}

figure
{
  display: inline-block;
}

footer
{
  padding: 50px;
}

.HighSaturation
{
  filter: contrast(110%) saturate(200%);
}

.dropShadow
{
  filter: drop-shadow(15px 15px 20px rebeccapurple)
}

.sepia
{
  filter: sepia(80%)
}

.grayscale
{
  filter: grayscale(100%);
}

.hue-Rotate
{
  filter: hue-rotate(90deg);
}

.inverted {
  filter: invert(85%);
}

.highSaturationDropShadow
{
  filter: contrast(150%) saturate(200%) drop-shadow( 25px 25px 25px black) invert(95%) hue-rotate(78deg) sepia(50%);
}