
html {
  box-sizing: border-box;
   -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 12px;
  line-height: 1.2;
  /* background-color:yellow; */

}

article{
  padding:1em;
}

/* em{
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-decoration-color: #000;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-underline-offset: 0.1em;
} */
h1 {
  display: inline;
  margin: 0;
}



section{
  margin-top: 1em;
}

ul {
  padding-left: 1em;
}

.section1 li,
.section2 li
/* .section3 li  */
{
  padding-left: 1em;
  text-indent: -0.7em;
}

.section1 li::before,
.section2 li::before
/* .section3 li::before  */
{
  content: "–";
}

a,
a:visited
 {
  color:black;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-decoration-color: #000;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-underline-offset: 0.25em;
}

a:hover
{
  text-decoration: none;}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.1em;
  }
}