html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tooltip {
  position: absolute;
  background-color: white;
  color: black;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
