
body {
  background-color: lightblue;
  color: black;
  font-family: arial;
  }
 h1 {
	 font-size: 15px;
	 text-align: center;
 }
 /*.left {
  width: 10%;
  float: left;
  color: white;
}
 .main {
  width: 75%;
  float: left;
  background-color: black;
}*/
 /*.right{
 width: 10%;
 float: right;
 color: white;
}
 .bold {
 color: yellow;
 font-size: 120%;
 }*/
 p {
 margin-left: 10%;
 margin-right: 10%;
 } /*
 .maintext {
	 background-color: lightblue;
	 color: black;
	 border: 2px lightblue;
	 margin: 20px;
	 padding: 20px;
 }*/
 div.relative {
  position: relative;
  width: 75%;
  height: 1000px;
  border: 3px solid #73AD21;
  background-color: white;
  right: 10px;
  left: 150px;
  top: 10px;  
  border-style: outset;
 }

  div.topheader {
  position: relative;
  width: 75%;
  height: 40px;
  border: 3px solid #73AD21;
  background-color: white;
  right: 15px;
  left: 150px;
  background-color: lightblue
  color: black;
    border-style: outset;

  
} 
  .button {
  background-color: lightblue;
  border: 3px solid #73AD21;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  margin: 11px;
  top: 40px;
  border-style: 
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  width: 23%;
  align: center;
} 
 

 /*div.absolute {
  position: absolute;
  top: 80px;
  right: 0;
  width: 75%;
  height: 100px;
  border: 3px solid #73AD21;
} */
