
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #ffffff !important;
      color: #1f2937 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
    }
    .page-shell {
      width: 100%;
      background: #ffffff;
      color: #1f2937;
      line-height: 1.65;
    }
    .page-shell a {
      color: #0f766e;
      text-decoration: none;
    }
    .page-shell a:hover {
      text-decoration: underline;
    }
    .page-shell img {
      max-width: 100%;
      height: auto;
      display: block;
    }
  