body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 24pt;
    max-width: 60rem;
    margin: auto;
    font-weight: 300;
    color: #535353;
    padding-top: 3em;
  }
  h1 {
    font-size: 28pt;
    font-weight: 300;
    color: black;
    margin-top: 1em;
    padding-top:1em;
  }
  
  h2 {
    font-size: 24pt;
    font-weight: 300;
    color:black;
    margin-top: 1em;
    padding-top: 1em;
  }
  .header img {
    float: left;
    width: 8em;
    height: 8em;
    background: #535353;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .header h1 {
    font-size: 28pt;
    font-weight: 300;
    color: black;
    margin-top: 1em;
    padding-top: 0.8em;
    padding-left: 300px;
  }
  .header p {
    padding-left: 300px;}
  a{
      color: #9A9A9A;
    text-decoration: none; 
 }
 a:hover {
    text-decoration: underline; 
 }