  a:link, a:visited {
    text-decoration-thickness: 0.1px;
    text-decoration-color: lightgoldenrodyellow;
    color: black;
  }

  .item {
    font-size: 9.5px;
    display: inline-block;
  } 

  html {
    font-size: 12.5px;
  }

  h2 {
    font-size: 16.5px;
    padding: 4px 0px 6px 0px;
  }

  h2 .a:link, .a:visited {
    text-decoration-thickness: 0.1px;
    color: #FF7722;
  }

  h3 {
    font-size: 13.5px;
    padding: 6px 0px 6px 0px;
  }

  .headerLine {
    font-size: 13.5px;
    padding: 10px 0px 10px 0px;
  }

  body {
    margin-top: 5px;
    font-size: 12.5px;

    color: #404040;
    font-family: "Verdana";
    background: whitesmoke;
  }

  @media only screen and (max-width: 600px) {
    html {
      font-size: 12vw;
    }
  }
