/* body {
  font-family: helvetica;
  font-size: 14px;
  margin: 0;
}

#cy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
} */

/* h1 {
  opacity: 0.5;
  font-size: 1em;
} */

#container {
  display: flex;
}

#cy {
  flex: 1;
  height: 500px; /* Adjust the height as needed */
}

#info-container {
  width: 300px; /* Adjust the width as needed */
  background-color: #f0f0f0;
  padding: 10px;
}

#info-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  margin: 0 auto; /* Center the box */
}

/* Optional: Style the placeholder box */
h3 {
  color: #333;
  text-align: center;
}

