head {
  color: #CC0000;
}
.jacquard-24-regular {
  font-family: "Jacquard 24", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #15150E;
  color: #CCCC99;
  font-family: "monospace"
  }
  h1 {
  color: #CC0000;
  font-size: 150px;
  margin: 20px;
  padding: 40px;
  position: relative;
}
h2 {
  font-family: "monospace";
  font-size: 80px;
}

#navigation {
    float:left;
    top: 0px;
    left: 100px;
    width: 200px;
}

#content {
    margin-left: 15em;
    width:10000px;
}