/* Fully responsive containers */
.graph-container {
  perspective: 1200px;
  perspective-origin: center center;
  width: 100%;
  height: 100%;
}


/* Main graph */
#cy-page {
  width: 700px !important;
  height: 500px !important;
  position: relative !important;
  margin: auto !important;
  display: block !important;
}



#cy-main canvas {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}


.content-with-sidebar h2 {
  text-align: center !important;
  margin-bottom: 2vh !important;
  font-size: 2rem !important;
  color: #333 !important;
}