@font-face {
    font-family: 'ti-83_plus_largeregular';
    src: url('ti-83-plus-large-webfont.woff2') format('woff2'),
         url('ti-83-plus-large-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  background-image: url('Bliss.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'ti-83_plus_largeregular';
}
h1 {
  text-align: center;
}
h2 {
  text-align: center;
}
#myOL {
  text-align: center;
}
#myIMG {
  text-align: center;
}
.titlebar {
  background-color: blue;
  color: white;
}
.content {
  background-color: gray;
  color: black;
}