body {
 color: black;
 font-family: 'Courier New', monospace;
 background-color: white;
}

h1 {
    color: #D64545;
    font-family: 'Courier New', monospace;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
  color: #AB2626;
  font-family: 'Courier New', monospace;
  text-align: center;
  margin-top: 10px;
}

p {
  color: #EA9F9F;
  font-family: 'Courier New', monospace;
  text-align: justify;
}

li {
 color: #EA9F9F;
 font-family: 'Courier New', monospace;
 font-weight: bold;
}

.headeroutline {
    width: 600px;
    height: 100px;
    border: 8px double #456945;
    background-color: #5C945C;
    padding: 4px 4px;
    position: relative;
    top: 10px;
    left: 660px;
}

.introbox {
  width: 400px;
  height: 675px;
  border-style: outset;
  border: 5px solid #456945;
  background-color: #5C945C;
  border-radius: 5px;
  padding: 4px 10px;
  position: relative;
  top: 50px;
}










  