/* Tailwind handles layout & styling. This file only contains exceptions. */
#simulator {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
  border: 1px solid #1e293b;
}
#topology-canvas {
  width: 100%;
  height: 400px;
  display: block;
}
