body {
  margin: 0px;
  padding: 0px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  /* background-color: #000; */
  background-color: #fff;
  /* filter: invert(1); */
}

#the-place {
  /* width: 100vw;
  height: calc(100vw / 2.618); */
  padding: 0px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#svg-container{
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#minimal-perturbation{
  max-height: 90%;
  max-width: 90%;
  /* height: 50vh; */
  /* object-fit:scale-down; */
}

body.dark{
  background-color: #000;
}
.dark #minimal-perturbation polyline{
  /* fill: none; */
  stroke: #fff;
  /* stroke-width: 0.001; */
  /* stroke-width: 0.004; */
}