h1 {
text-align: center; font-size: 15pt; font-family: arial; font-weight: bold; 
margin-bottom: 0px; margin-top: 5px;}

h2  {
text-align: center; font-size: 12pt; font-family: arial; font-weight: bold; 
margin-bottom: 4px; margin-top: 4px;} 

h3  {
text-align: center; font-size: 12pt; font-family: arial; font-weight: bold; 
margin-bottom: 0px; margin-top: 3px;}

.button {
text-align: center;
  width: 565px;
  background-color: #0066ff;
  margin-top: 10px;
  color: black;
  padding: 15px 32px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: white;
}

@media only screen and (max-width: 980px) {
  .button {
  margin: auto;
  text-align: center;
  width: 98%;
  background-color: #0066ff;

  color: black;
  padding: 12px 5px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  color: white;
  }
}

.button1 {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}