<style>
      h1 {
        font-family: Segoe UI;
        font-size: 8vw;
        color: #333333;
      }
      h2 {
        font-family: Segoe UI;
        font-size: 6vw;
        color: #333333;
      }
      h3 {
        font-family: Segoe UI;
        font-size: 4.5vw;
        color: #333333;
      }
      h4 {
        font-family: Segoe UI;
        font-size: 3.8vw;
        color: #333333;
      }
      h5 {
        font-family: Segoe UI;
        font-size: 3.3vw;
        color: #333333;
      }
      h6 {
        font-family: Segoe UI;
        font-size: 3vw;
        color: #333333;
      }
      p0 {
        font-family: Segoe UI;
        font-size: 1.6vw;
        color: #333333;
      }
      p {
        font-family: Segoe UI;
        font-size: 2.2vw;
        color: #333333;
      }
      p1 {
        font-family: Segoe UI;
        font-size: 2.4vw;
        color: #333333;
      }
      p2 {
        font-family: Segoe UI;
        font-size: 2.8vw;
        color: #333333;
      }

      img {
        max-width: 100%;
        height: auto;
      }  

</style>
