body{
  margin-left: 5%; 
  margin-right: 5%;
  color: black; 
  background: white;
}

h1{
  text-align: center;
  color: #834200;
  font-size: 200%;
}
h2,h3{
  margin-left: -3%; 
  color: #834200;
}

div{
font-weight: bold;
}

div.box { border: solid; 
border-width: 
thin; width: 100% 
}
span{
font-weight: bold;
}

p.mono{
font-family: monospace;
font-weight: bold;
}

