
body:not(.ready) {
    overflow: auto !important
  }
  
  * {
    color: #fff;
  }

  .markdown-section h1,
  .markdown-section h3,
  .markdown-section strong {
    color: #fff;
  }
  
  body {
    background-color: #180a0a;
  }
  
  #main {
    max-width: 90%
    flex: 1;
  }

  p.footer {
    margin-top: auto;
    position: fixed;
    bottom: 0;
    width: 80%;
  }

  p.footer a {
    text-decoration: none
  }