#instructionbox {
  border-radius: 25px;
background-color: #074649;
  border: 2px solid #0a9396;
text-align: left;
 padding-left: 20px;
 padding-bottom: 20px;
 padding-right: 20px;
  width: 800px;
  height: auto;

}

#instructionbox h1
{
  font-size: 1.25em;
}
#instructionbox text
{
 }
#divspace
{
min-height: 20px;
}

#descriptionbox {
  border-radius: 25px;
background-color: #0a9396;
  border: 2px solid #b0f0f0;
text-align: left;
 padding-left: 20px;
 padding-bottom: 20px;
 padding-right: 20px;
  width: 800px;
  height: auto;

}
