h1	   {
		 FONT-SIZE: 22pt;
		 COLOR: "black";
		 text-align:center;}
h2	   {
		 FONT-SIZE: 14pt;:
		 COLOR: "black";
		 text-align:center;}
p	   {
		 FONT-SIZE: 11pt;
		 COLOR: "black"}

#postings	{
		  font-size: 11pt;
		  height: 40vh;
		  width: 98%;
          margin-top: 5px;
          margin-left: 5px;
          margin-right: 5px;
          margin-bottom: 5px;
          padding: 5px;
		  border: 1px solid black;
          text-align: justify;
          overflow: auto;}

#hidden {
        position: absolute;
        width: 35%;
        top: 50;
        left: 50;
        }

#paypal {
        position: relative;
        top: 6;
        right: 10;
        }

#mypic	{
		  float: left;
		  background-color: white;
		  border: 2px solid black;
		  padding: 3px;
		  margin: 3px;
      }

.img-fluid-height {
      max-height: 100%;
      object-fit: contain;
    }
