* {
    font-family: 'Assistant', sans-serif;
  }

p {
    font-size: 1em;
  }

* {
    background-color: white;
    color: rgb(52, 51, 51);
  }

#container {
    max-width: 1200px;
    margin: 0 auto;
  }

.subcontainer {
    float: left;
}

.flex-container{
    display: flex;
}

.flex-item {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 50%;
  }

.one {
    width: 500px;
}
.two {
    width: 800px;
}

#bar {
    height: 85%;
    width: 90%;
    display: block;
    margin: auto;
    text-align: center;
  }

#color {
    width: 100%;
    text-align: center;
  }

#color1 {
    width: 100%;
    text-align: center;
  }

svg {
    max-height: 100vh;
  }

  .svg-tooltip {
    background: rgba(69, 77, 93, .9);
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    max-width: 320px;
    padding: 1rem;
    position: absolute;
    text-overflow: ellipsis;
    white-space: pre;
    z-index: 300;
    visibility: hidden;
  }

.domain {
    display: none;
  }
  
line {
    stroke: #ddd;
  }

svg text {
    font-size: 12px;
  }
  
.ring svg text {
    font-size: 12px;
  }
  
.x-axis text {
    transform: translateY(5px);
  }
  
.y-axis text {
    transform: translateX(-5px);
  }

foreignObject p {
    font-size: 10px;
  }

 