body {
  margin:0;
  padding:0;
  background-color:#64c832;
}
#term {
  width:600px;
  height:525px;
  overflow-y:auto;
  margin:auto;
  background-color:#64c832;
  border:2px solid;
  border-color:#38761d;
  color:#38761d;
  margin-top:100px;
  font-family:Comic Sans MS;
}
#textbox {
  width:600px;
  height:75px;
  margin:auto;
  background-color:#64c832;
  border:2px solid;
  border-color:#38761d;
  color:#38761d;
  text-align:center;
}
#textBox {
  width:592px;
  height:69px;
  margin:auto;
  background-color:#64c832;
  color:#38761d;
  text-align:center;
  font-family:Comic Sans MS;
}