body {
    background-color: whitesmoke;
    max-width: 1080px;
    margin:auto;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding:20px;
}

a {
    color:black;
}

a:hover {
    text-decoration: none;
    color: dimgray;
}

#nav-name {
    margin-bottom: .33em;
    font-size:x-large;
}

.topnav {
  border-bottom: 3px solid gainsboro;
  display: flex;
  align-items:baseline;
  justify-content: space-between;
}

.topnav a {
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.topnav a:hover {
  color: dimgray;
  text-decoration: underline;
}

.topnav a.active {
    font-weight: bold;
    text-decoration: none;
}

footer {
    border-top: 3px solid gainsboro;
    margin-top: 50px;
    margin-bottom:10px;
    display:flex;
    justify-content: center;
}

footer > a {
    margin:14px;
    margin-top: 10px;
}

.disclaimer {
    font-style: italic;
    color: gray;
}

#landing-page-figure {
    margin: 0;
}

#landing-page-figure > img {
    width:100%;
    margin-top: 16px;
}