#showcaseMainContainer
{
    height: 100vh;
    width: 100vw;
}

#bottomBar
{
    position: absolute;
    bottom: 40px;
    justify-self: center;

    background-color: var(--black);
    border: 1px solid;
    border-color: var(--dimGreen);
    height: 50px;
    width: 200px;
}

#wall
{
    height: 100%;
    width: 100%;

    position : relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case
{
    background-color: var(--black);
    width: 800px;
    height: 400px;

    /* position: absolute; */
    align-self: center;
    justify-self: center;
}