body {
	   
  background-color: ;
}


h1 {
  
  text-align: center;
  font-size: 5.0em;
  color: orange;
  margin-left: 20px;
}
h2 {
  
  text-align: center;
  font-size: 2.5em;
  color: orange;
  margin-left: 5px;
}
p {
  font-size: 1.5em;	
  text-align: center;
  color: orange;
 }
 
 input, button{
 background-color:orange;
 text-align: center;
 font-size: 1.0em;
 color: black;
 display: right;
 min-width:100px;
 min-height:36px;
 border: 1px solid grey;
 padding: 3px;
 }
 a:link {
  color: #660099;
  font-size: 1.5em;
  background-color: transparent;
  text-decoration: none;
  width: 100%;
  height: auto;
  margin-left:auto;
  padding: 3px;
  display: block;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}