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-height:80vh;
  max-width:500px;
  overflow:visible;
}


svg {
  width:80%;
  max-width:750px;
  max-height: 80vh;
}

.cls-blue-steel {
  fill: url(#Blue_Steel);
}
    
.cls-1 {
  fill: #fefefd;
}

.cls-2 {
  fill: #fed631;
}

.cls-3 {
  fill: #6e6f6f;
}

.cls-4 {
  fill: #e34d3c;
}

.cls-5 {
  fill: #353535;
}

.cls-6 {
  fill: #41413e;
}
