* {
  marign: 0;
}

.title {
  font-size: 1.5em;
  margin: 1%;
  height: 1%;
  font-family: sans-serif;
  color: black;
  background: white;
}

.svgContainer {
  font: 11px sans-serif;
  position: fixed;
  height: 85%;
  width: 95%;
  margin: 2.5%;
}

.divCard {
  height: 100%;
  width: 100%;
  position: absolute;
  border-style: dashed;
  border-color: grey;
}

path {
  stroke: white;
  stroke-width: 0.25px;
  fill: grey;
}

.tooltip {
  position: absolute;
  text-align: left;
  padding: 10px;
  font: 12px sans-serif;
  background: black;
  color: white;
  border: 0px;
  border-radius: 8px;
  pointer-events: none;
}
