body {
  background: linear-gradient(to bottom, #4e8334 0%, #3b5e20 100%);
  max-width: 1000px;
  min-height: 650px;
  margin: 32px auto;
  font-family: 'Press Start 2P', 'Segoe UI', 'Arial', sans-serif;
  border: 8px solid #6b4f27;
  box-shadow: 0 10px 24px #2228;
  padding: 0;
}

h1, h2 {
  letter-spacing: 2px;
  font-family: 'Press Start 2P', 'Segoe UI', 'Arial', sans-serif;
}

h1 {
  color: #ffd700;
  background: #264d23;
  text-align: center;
  margin: 0;
  padding: 24px 0 8px;
  border-bottom: 4px solid #68541a;
  font-size: 2.2em;
  text-shadow: 2px 2px 0 #222;
}

h2 {
  color: #ededed;
  margin-top: 24px;
}

p, ul, ol {
  color: #aee9fc;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  font-size: 19px;
  margin-bottom: 12px;
}

a {
  color: #ffd700;
  text-decoration: none;
  border-bottom: 2px dotted #ffd700;
  font-size: 1em;
  transition: color 0.2s;
}

a:hover {
  color: #bfa02a;
  border-bottom: 2px solid #ffd700;
}

#mainHeading {
  width: 100%;
  background: #2c5627;
  padding: 12px 0 0 20px;
}

#content {
  width: calc(100% - 185px);
  min-height: 650px;
  float: right;
  background: #7d5a38;
  box-shadow: 0 4px 12px #2226;
  padding: 32px 24px;
  box-sizing: border-box;
}

#navigation {
  width: 150px;
  min-height: 650px;
  float: left;
  background: #29522a;
  padding: 32px 0 0 18px;
  box-shadow: 2px 0 8px #2224;
}

#navigation a {
  display: block;
  margin-bottom: 18px;
  color: #ffe045;
  padding: 6px 0;
  font-family: 'Press Start 2P', 'Segoe UI', 'Arial', sans-serif;
  background: #2e392b;
  border-radius: 0;
  box-shadow: 0 2px #68541a;
}

#footer {
  clear: both;
  width: 100%;
  min-height: 50px;
  background: #264d23;
  text-align: center;
  color: #eee;
  padding: 18px 0 0;
  border-top: 4px solid #5c8f38;
  font-size: 1em;
}

.newColour {
  color: #6cff41;
}

.larger {
  font-size: 150%;
}

.smaller {
  font-size: 85%;
}