.tooltip .tooltiptext {
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}


body {
background-color: white;
color: black;
}

.dark-mode {
  background-color: black;
  color: white;
}
</style>