
body {
  background-color: white;
  color: black;
  background-image: url(/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2 {
  font-family: "Times New Roman";
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 1rem;
}

h2 {
  font-size: 24px;
  line-height: 24px;
}

/* 98 Overrides */
.window {
  margin-bottom: 1rem;
}

/* Layout */

.main {
  width: 800px;
  margin: 0 auto;
}

.left,
.right {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.left {
  width: 200px;
}


.right {
  width: 550px;
}

