h1 {color: rgb(0, 0, 0)}  
p{color: rgb(9, 67, 162)}   



#maincontent {
  /*width: 50%;*/
  margin-left: 20px;
  margin-right: 20px;
  position:absolute;
    top: 40px; 
    left: 50px;
}



    #position {
      position: absolute; /* absolute position */
      /* top: 400px;  400px lower from the top */
      left: 70px;
      
      
  
      }


      #pa {
        position: absolute; /* absolute position */
         top: 440px;  /*400px lower from the top */
        left: 660px;
        opacity: 0.1;

      }



a:link {color: rgb(0, 0, 0);}
a:visited {color: rgb(70, 70, 70);}
a:hover {color: rgb(145, 10, 39); font-size: 19px;}
a:active {color: blue;}

body {
  background-color:rgb(248, 89, 89) ; 
  
  /*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);
  }  






