body { margin:0; padding:0; width:100%; height:100vh; display:flex; align-items:center; justify-content:center; background: #0e100f; overflow: hidden; } .container { position: relative; width: 90vw; height: 90vh; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; border-radius: 9px; } #svg-stage { width:60%; max-width:500px; overflow:visible; }