
    body, .blog-content {
      font-family: Arial, sans-serif;
      line-height: 1.8;
      font-size: 18px;
      color: #333;
    }

    h1 {
      font-size: 32px;
      color: #b0276b;
      margin-top: 20px;
    }

    h2 {
      font-size: 26px;
      color: #b0276b;
      margin-top: 30px;
    }

    h3 {
      font-size: 22px;
      color: #b0276b;
    }

    p, li {
      font-size: 18px;
      margin-bottom: 16px;
    }

    ul {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    a {
      color: #007bff;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    @media screen and (max-width: 600px) {
      body, .blog-content {
        font-size: 16px;
        padding: 0 14px;
      }

      h1 {
        font-size: 24px;
      }

      h2 {
        font-size: 20px;
      }

      h3 {
        font-size: 18px;
      }
    }
  