body {
  background-color: #000000;
  font-family: Futurist, system-ui;
  color: #ffffff;
  text-align: center;

}
h1 {
  color: powderblue;
}
h2 {
  color: red;
}

img {
  width: 80%;
  aspect-ratio:1;
  margin-left: auto;
  margin-right: auto;
}


@font-face{
  font-family: 'TypeWriter';
  src: url('/MonospaceTypewriter.ttf') format('truetype');
}
@font-face{
  font-family: 'Bungie';
  src: url('/pres/Md_Gothic11.ttf') format('truetype');
}
@font-face{
  font-family: 'Futurist';
  src: url('assets/Futurist_fixed-width.TTF') format('truetype');
}
