  body {
    color: #000;
    font-weight: 300;
    line-height: 1.7;
    font-family: "Roboto", "Tahoma", Arial, sans-serif;
    font-size: 16px;

    margin: 0;
    padding: 0;
    background: #fff;
  }
  header {
    background-color: #eeeeee;;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
  }
  header img {
    height: 100px !important;         /* base size */
    max-width: 100%;
    height: auto;         /* keep aspect ratio */
  }
  main {
    padding: 2rem;
    text-align: left;
  }
  h1 {
    font-size: 1.8em;
    color: #8E1B15;
    font-family: "Merriweather", serif;
    font-weight: 400;
  }
  ul.links {
    list-style: disc inside;       /* disc bullet inside the content box */
    padding-left: 1.5rem;    
    padding: 0;
  }
  ul.links li {
    margin: 0.3rem 0;
  }
  ul.links a {
    text-decoration: none;
    color: #0066cc;
    font-size: 1rem;
  }
  ul.links a:hover {
    text-decoration: underline;
  }

  p {
      font-size: 1em;
  }

