  #body, html {
            margin-left: 10px;
            margin-right: 10px;
        }

          .centered-title {
          text-align: center; /* 这行代码使标题居中对齐 */
        }

       table {
            border-collapse: collapse;

          }

        td,th {
            padding-left: 10px; /* 左边距设置为10px */
            padding-right: 10px; /* 右边距设置为10px */
          }

       img.responsive {
        max-width: 100%;
        height: auto;
      }