html {
  background-color: #202020;
}

.vis-network {
  height: 600px !important;
  touch-action: none !important;
}

.info-section {
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 15%;
  color: #202020;
  text-overflow: ellipsis;
  position: absolute;

  .header {
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .label {
    font-weight: 600;
    margin-right: 0.5rem;
  }
}
