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

.stageContainer {
    background-color: coral;
    flex: 1;
}