body {
    width: 1100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
  }
  
  a {
    color: #428bca;
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: #2a6496;
    text-decoration: none;
  }
  
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  
  square {
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  
  code,
  pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  }
  
  code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
  }
  
  pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  
  pre.prettyprint {
    padding: 2px 10px !important;
    border-color: #d8d8d8 !important;
  }
  
  .logoimage {
    display: block;
    width: 6.2%;
    margin-left: 0;
  }

  section {
    width: 100%;
    margin: auto;
    padding: 2%;
    background-color: #fff;
    margin-bottom: 0px;
  }
   
  
  h1 {
    /* display: block; */
    font-size: 1.3vw;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    margin-right: 0;
    font-weight: bold;
    text-align: left;
  }
  
  