html {
	background-color: #004d80;
}

#p1 {
  position: absolute;
  border: solid 10px;
  top: 100px;
  height: 320px;
  width: 400px;
  text-transform: capitalize;
  text-align: center;
  color: #333300;
  background-color: #ffff99;

}
#p2 {
  position: absolute;
  border: solid 11px;
  top: 100px;
  right: 11px;
  height: 320px;
  width: 400px;
  text-transform: capitalize;
  text-align: center;
  color: #333300;
  background-color: #ffff99;
  
}
#Reset {
  position: absolute;
	top: 300px;
	right:350px;
	background-color: #ff0000;
	color: blue;
	text-transform: capitalize;

}

#Hi_Low {
	
	position: absolute;
	top: 500px;
	left:750px;
	background-color: #cc3300;
	color: blue;
	
}