/* CSS Document */

/* Animate scrolling only if users don’t prefer reduced motion */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  
  /* Add some spacing between the target and the top of the viewport */
  :target {
    scroll-margin-top: 0.8em;
  }
}

html {
    font-size:16px;
}
body {

}

#mainarea h1 {
    font-size:1.5rem;
    margin:0;
    line-height: 1.2;
}

#mainarea font {
    font-size: 0.95rem;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 33%);
    line-height: 1.6;
}

#mainarea font a {
    font-size: 0.85rem;
}

#mainarea font.dark-text {
    text-shadow:none;
}

#mainarea font.copyright {
    font-size: 0.65rem;
}

#mainarea font.copyright a {
    font-size: 0.65rem;
}