html.grayscale {
  filter: grayscale(100%);
}
html {
  transition: filter 0.25s ease; 
}
