 body {
      font-family: Arial, sans-serif;
      background-color: #f9f9f9;
      margin: 20px;
      color: #333;
      line-height: 1.6;
    }

    h1 {
      color: #0056b3;
      font-size: 28px;
      margin-bottom: 15px;
    }

    p {
      margin-bottom: 15px;
      font-size: 16px;
    }

    a {
      color: #0073e6;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    ul {
      list-style-type: disc;
      margin-left: 20px;
      margin-bottom: 15px;
    }

    img {
      display: block;
      max-width: 300px;
      height: auto;
      margin: 15px 0;
      border-radius: 8px;
    }

    li:last-child {
      margin-top: 20px;
      font-weight: bold;
    }