* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: block;
  background-color: rgb(42, 42, 46);
  padding: 40px 12px 20px;
}

#page {
  width: min(100%, 8.5in);
  aspect-ratio: 8.5 / 11;
  background-color: white;
  margin: 0 auto 20px auto;
  padding: 20px;
  direction: ltr;
  box-shadow: 7px 21px 34px -7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#page img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none;
}
#page ul {
  padding-left: 20px;
}
#page li {
  font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
  color: #000;
  font-size: clamp(14px, 1.8vw, 20px);
  list-style-type: none;
  position: relative;
  top: 0;
  left: 0;
  width: min(100%, 8.5in);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.6;
}
#page-blank {
  width: min(100%, 8.5in);
  min-height: 11in;
  background-color: white;
  margin: 0 auto 20px auto;
  padding: 20px;
  direction: ltr;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#page-blank p1 {
  text-align: center;
  font-family:
    times new roman,
    serif;
  color: #000;
  font-size: clamp(16px, 2vw, 20px);
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

#hdr-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-color: #38383d;
  border-bottom: 1px solid #000;
  color: #fff;
  display: flex;
  align-items: center;
}
#hdr-bar h1 {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
  margin: 0 auto;
}

h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
  font-size: 12px;
}
h2 {
  font-family:
    century gothic,
    sans-serif;
  color: #000;
  font-size: clamp(20px, 2.2vw, 30px);
  text-align: center;
  margin: 0 auto 0.75em;
  width: 100%;
}
h3 {
  font-family:
    century gothic,
    sans-serif;
  color: #2365b9;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

p {
  font-family: Georgia, "Times New Roman", Times, serif, sans-serif;
  color: #000;
  font-size: clamp(14px, 1.8vw, 20px);
  position: relative;
  top: 0;
  left: 0;
  width: min(100%, 8.5in);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.6;
  margin: 0;
}
