
    html,
    body,
    .page,
    .page-content,
    .page-wrapper,
    .main-content,
    .content,
    .template-page,
    .page-header,
    .page-title,
    .main-page-title {
      background: #f8fafc !important;
      color: #111827 !important;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
    }

    .easymancool-page {
      background: #f8fafc;
      color: #1f2937;
    }

    .easymancool-page * {
      box-sizing: border-box;
    }

    .easymancool-page a {
      color: #0f766e;
      text-decoration: none;
    }

    .easymancool-page a:hover {
      text-decoration: underline;
    }

    .easymancool-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .easymancool-page table th,
    .easymancool-page table td {
      vertical-align: top;
    }
  