@charset "utf-8";
/* PAGE */
.page {
  transition: filter 0.3s;
}
body[show-menu] .page {
  filter: grayscale(1);
}
