
.pane
{
    display: flex;
    justify-content: center;
    align-items: center;   

    height: 100%;
    background-color: rgb(231, 231, 231);
}

.container
{
    
    margin: auto;
}

