html, body {
  overflow-x: hidden;
}

/*
* {
  outline: 1px solid red;
}


 */
.page-content {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #111;
}

.page-content h1 { font-size: 2em; }
.page-content h2 { font-size: 1.75em; }
.page-content h3 { font-size: 1.5em; }
.page-content h4 { font-size: 1.25em; }

.page-content p {
  margin-bottom: 1.2em;
}

.page-content ul,
.page-content ol {
  margin-left: 1.5em;
  margin-bottom: 1.2em;
  padding-left: 1em;
}

.page-content ul li,
.page-content ol li {
  margin-bottom: 0.5em;
}

.page-content strong {
  font-weight: 600;
}

.page-content a {
  color: #0056a5;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 86, 165, 0.3);
}

.page-content a:hover {
  text-decoration: underline;
  border-bottom: 1px solid transparent;
}

.page-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 4px;
}

