html {
    border: 10px solid #eee;
    min-height: 100%;
  }
  
  body {
    font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
      Bitstream Vera Sans Mono, Courier New, monospace, serif;
    text-rendering: geometricPrecision;
    background: #fcfcfc;
    color: #222;
  }
  
  section {
    overflow: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  
  .content {
    max-width: 1065px;
    padding-top: 10vh;
    padding-bottom: 10vh;
    margin: auto;
  }
  
  header {
    border-right: 2px solid #eee;
    position: fixed;
    width: 185px;
    height: 100%;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    top: 0px;
  }
  
  img {
    max-width: 420px;
    border-radius: 5px;
    width: 75vw;
  }
  
  .about {
    box-sizing: border-box;
  }
  
  header h2 {
    font-size: 20px;
    letter-spacing: 1px;
    color: rgb(112, 128, 216);
    margin-top: 10px;
  }
  
  header h1 {
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: -4px;
  }
  
  p {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 25px;
  }
  
  article {
    margin-left: 21vw;
    border-bottom: 3px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 425px;
  }
  
  .hidden {
    display: none;
  }
  
  .small-article {
    max-width: none;
    margin-left: 0px;
    text-align: center;
  }
  
  .small-header {
    position: relative;
    width: auto;
    text-align: center;
    border-right: none;
    border-bottom: 2px solid #eee;
  }
