body {
    font-family: Georgia, serif;
    background: #fff;
    color: #000;
    max-width: 720px;
    margin: 2em auto;
    padding: 0 1em;
    line-height: 1.6;
  }
  
  a {
    color: #0033cc;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  h1, h2 {
    font-weight: normal;
    margin-top: 1.5em;
  }
  
  ul {
    padding-left: 1.25em;
  }
  
  ul li {
    margin-bottom: 1em;
  }
  
  img.profile {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 2em;
    float: left;
  }
  
  .header {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2em;
    flex-wrap: wrap;
  }
  
  .header div {
    flex: 1;
  }
  
  .container {
    clear: both;
  }
  
  .credit {
    font-size: 0.8em;
    color: #888;
    margin-top: 3em;
    text-align: right;
  }
  