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

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

img {
  object-position: right top;


}

div, iframe {
  text-align: center;
  margin: 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');
}
