  html {
      width: 100%;
      height: 100%;
      font-size: 30px
  }

  body {
      position: relative;
      min-width: 100%;
      min-height: 100%;
      font-family: 'Roboto', Arial, Helvetica, sans-serif;
      font-size: 26px;
      background-color: #fffff8;
      color: #111111;
  }

  .container {
      height: 90%;
      width: 90%;
      margin-left: 5%;
  }

    .flexcontainer {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
  }

    .item {
      flex-basis: auto;
  }

  .nav {
      position: fixed;
      width: 85%;
      bottom: 20px;
      font-size: 20px;
      display: flex;
      justify-content: space-between;
      padding-left: 0px;
      padding-right: 30px;
  }

  .navl {
      flex-basis: 10%;
      text-align: left;
  }

  .navr {
      flex-basis: 15%;
      text-align: right;
  }

  .title {
      min-width: 900 px;
      max-width: 1100 px;
      height: 567px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}
  
  h1 {
      font-weight: 400;
      color: rgb(179,27,27);
      margin-bottom: 0.5rem;
      line-height: 1;
      min-width: 1000px;
  }

  h2 {
      color: rgb(179,27,27);
      margin-bottom: 0.25rem;
  }
  
  li {
      line-height: 120%
  }

  li:not(:last-child) {
      margin-bottom: 20px;
  }
    
  .lis::before {
      content: "\2022";
      color: rgb(179,27,27);
      display: inline-block; width: 1em;
      margin-left: -1em;
  }

  
  a:link {
      color: #111111;
  }

  a:active {
      color: #111111;
  }

  a:visited {
      color: #111111;
  }

  .subtitle {
      color: rgb(179,27,27);
  }

  .cred {
      color: rgb(179,27,27);
  }

  .fxbox {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
  }

  .left-side {
      order: 1;
      text-align: left;
  }
  
  .right-side {
      order: 2;
      text-align: right;
  }

  td {
      height: 50px;
      vertical-align: top;
      padding-right: 15px;
      width: 50px;
      overflow: hidden;
  }

  table {
      margin: auto;
      table-layout: fixed;
  }

figure.figleft {
    float: left;
    width: 450px;
    text-align: center;
    font-size: 20px;
    text-indent: 0;
    margin: 0 20px 0 0;
}

figure.figright {
    float: right;
    width: 450px;
    text-align: center;
    font-size: 20px;
    text-indent: 0;
    margin: 0 0 0 20px;
}

  .MathJax {
      font-size: 1.8em;
  }


