/* static/css/thesis.css */
#thesisContainer {
    max-width: 800px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: .25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    line-height: 1.6;
  }
  #thesisContainer h1,
  #thesisContainer h2,
  #thesisContainer h3 {
    margin-top: 1.5rem;
    font-weight: 600;
  }
  #thesisContainer a {
    color: #4455b5;
    text-decoration: underline;
  }
