body {
  background-color: Black;
  color: rgb(110,110,255);
  font-family: myFirstFont
}

@font-face {
  font-family: myFirstFont;
  src: url(ibmmode.woff);
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
