
    @font-face {
  font-family: 'EnkaDotMincho24';
  src: url(https://deadstick.neocities.org/fonts/EnkaDotMincho24.woff);
    }
html {
  
  filter: invert(1) hue-rotate(180deg);
}

body {
  
  background-color: white;
  color: black;
  font-family: EnkaDotMincho24;
  text-align: center;
  
}