body {
  background-color: #45483d;
  color: #a1a100
}

@font-face {
  font-family: myFont;
  src: url(couriernew.ttf);
}

p {
  font-family: myFont;
}

a:visited {
  color: #582d2d;
}

a {
  color: #a10000;
}

a {
  font-family: "Courier New", Courier, monospace;
}

h1 {
    text-align:center;
}
