/*<figure>
 <img src="" width=""/>
 <figcaption></figcaption>
</figure>
<hr/>*/
footer
{
  margin:110px; 
  padding: 50px;
}
figure
{
 display: inline-block; 
}

body
{
 color:black;
  text-align: center;
  margin:10px;
  padding: 10px;
}
.highSaturation
{
 filter: contrast(110%) saturate(150%); 
}

.dropShadow
{
 filter: drop-shadow(15px 15px 20px rebeccapurple); 
}
.Sepia
{
  filter: sepia(80%);
}

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

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

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

.highSaturationAndDropShadow
{
  filter:contrast(170%) saturate(100%) drop-shadow( 25px 25px 30px black) invert(70%) hue-rotate(74deg) sepia(0.3%)
}