
.main .container #title {
    text-align: center;
    font-size: 1.75em;
    color:#09234c;
    font-weight: bold;
  }

  .main .container #sub-title {
    text-align: center;
    font-weight: bold;
  }

  #tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 200px;
    height: 150px;
    font-weight: bold;
    background: lightsteelblue;
    color:#09234c;
    box-shadow: 1px 1px 10px;
    border-radius: 2px;
    pointer-events: none;
    opacity: 0.5;
  }

  .axis path,
  .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
  }
  .info {
    font-size: 0.8em;
    color: #09234c;
  }
  .dot {
    stroke: #000;
  }
  
html {
    font-family:monospace;
    text-align:center;
    color:gray;
    margin:50px;
    padding:10px;
    background: #e0e0e0;
}
