      body {
      zoom: 0.7;
        background-color: #ffd753;
        text-align: center;
      }
      h1 {
        color: #682600;
         font-weight: bold;
        font-size: 50px;      
      }

            img {
        width: 500px;
        border-radius: 50px;
        float: top;
        margin-right: 10px; 
      }

       p.ParaTest {
        display: inline-block;
          border: 3px solid #682600;
          border-radius: 10px;
          padding: 6px 12px;

          font-size: 35px;
          color: #682600;
          font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
          font-weight: lighter;
        }

       p.ParaTest2 { 
        /* keep this paragraph separate and narrower without affecting ParaTest */
        display: block;
          border: 3px solid #682600;
          border-radius: 10px;
          padding: 6px 12px;

          max-width: 1000px;
          margin: 0 auto 20px;
          box-sizing: border-box;
          white-space: normal;
          word-break: break-word;
          overflow-wrap: anywhere;

          font-size: 35px;
          color: #682600;
          font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
          font-weight: lighter;
        }





        p.ParaClick {
        font-size: 25px;
        color: #682600;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: bold;
        }