
body {
  filter: grayscale(100%) brightness(90%) contrast(120%);
}

/* Links on hover */
a, a:visited {
  color: #aaaaaa !important;
  text-decoration: none !important;
}

a:hover {
  color: #ffffff !important;
}

/* Optional: reduce animations */
* {
  transition: none !important;
}
