body {
    margin: 25px;
    background-color: rgb(239, 217, 202);
    font-family: 'Oxygen', sans-serif;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .domain {
    display: none;
  }
  .tick line {
    stroke: #c0c0bb;
  }
  .tick text {
    fill: #8e8883;
    font-family: sans-serif;
  }
  .axis-label {
    fill: #635f5d;
    font-family: sans-serif;
  }
  .svg_title {
    fill: #635f5d;
    font-family: sans-serif;
  }
  
  #pgtitle {
    font-size: 2em;
    font-family: 'Cinzel', serif;
    text-align: left;
  }
  
  .container, .container-fluid {
    background-color: rgb(239, 217, 202);
    border: black solid 0px;
    color: rgb(0, 0, 0);
    text-align: left;
    
    min-width:100%;
    
  }
  