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







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


      #pa {
        position: absolute; /* absolute position */
         top: 470px;  /*400px lower from the top */
        left: 90px;

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

}

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






