@charset "UTF-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html
{
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a, a:link, a:visited, a:hover, a:active
{
  color: #666;
  text-decoration: none;
}

p, ul
{
  font-size: 0.8em;
}