      head { 

      	 background-color: orange;
       }

       body {
       	background-color: orange;
       }

      h1 {
        font-size: 36px;
        font-style: bold;
        font-family: Helvetica;
        color: Black;
       
        text-align: center;
      }
      p {
        font-size: 12px;
        color: black;
        font-family: Helvetica;
        text-align: left;
      }
      h2 {
        font-size: 18px;
        color: black;
        font-family: Helvetica;
        text-align: left;
      }