/* Fonts */

@font-face {
  font-family: "windowsfont";
  src: url("https://the-perseids-crossing.neocities.org/Fonts/w95fa.woff") format("woff");
}


body {
  background-color: white;
  color: white;
   font-family: windowsfont, serif;
   text-align: center;
}
