html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  display:block;
  font-family: system-ui;
  margin: 0;
  line-height: inherit;
  background: #fafafa;
  color: #2B2B2B; 
}

.envlope {
  padding-top: 25vh;
  padding-bottom: 15vh;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.paper {
  padding:1.5rem; 
}

h1 {
  font-size:3rem; 
  font-weight:lighter;
  color:#0070c0;
}

h1 strong {
  font-weight:normal;
}

h2 {
  font-size:2rem; 
  font-weight:lighter;
  color:#0070c0;
}

p {
  min-height: 5vh;
  max-width: 34rem; 
  font-size: 1.1rem;
  line-height: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

ul {
    list-style: none;
    padding-left: 0.5rem;
}

ul li { 
  margin: 0.25em 0; 
}

li::before {
  content: "‒";
  color: #0070c0;
}

.font-bold {
  font-weight:bold;
}

a {
  color:#2B2B2B; 
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.2em;
  text-underline-offset: -0.05em;
  text-decoration-color: rgba(0,112,192, .2); /* rgba(0, 112, 192, .5); */
}

a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.05em;
  text-decoration-color: rgba(0,112,192, 1);
}
