main {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.stageContainer {
  background-color: rgb(12, 2, 66);
  flex: 1;
}
