
center{
    padding-top: 250px;
}

.tooltip {
  position: fixed;
  background-color: #1a1a2e;
  color: white;
  padding: 15px;
  border-radius: 8px;
  font-size: 14px;
  max-width: 400px;
  z-index: 9999;
  border: 1px solid #16213e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
  word-wrap: break-word;
  white-space: pre-line;
  pointer-events: none;
}
