h1 {
  text-align: center;
  color: rgb(0, 0, 0);
  font-family: "quador", serif;
font-weight: 800;
font-style: normal;

} 

h3{color: rgb(56, 56, 56);

  text-align: center;
  font-size: 1.7em;

}

p{color: rgb(56, 56, 56);
  
  width: 60%; 
  margin: 0 auto; 
  text-align: justify; 
  font-size: 1.5em;
  margin-bottom: 20px;
  
}   

ul{font-family: "quador", serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;}


#maincontent {
  
  margin-left: 20px;
  margin-right: 20px;
  font-size: large;
  text-align: center;
  
}



    #position {
      position: absolute; 
    
      text-align: center;
      
  
      }


      #pa {
        position: absolute; 
         top: 440px;  
        left: 660px;
        opacity: 0.1;

      }



a:link {color: rgb(0, 0, 0);}
a:visited {color: rgb(70, 70, 70);}
a:hover {color: rgb(18, 56, 193); font-size: 19px;}
a:active {color: blue;}

body {
  background-color:rgb(255, 255, 255) ; 
  
  /*background-position: 100px 100px; /* Center the image */
  background-size: cover; /* Do not repeat the image */
  /*background-size: 400px*400px*/
}








    /*border: 3px solid #73AD21;
  }

}

/*body{
    background-color: rgb(142, 177, 146);
  }  






