.app_container
{
    width : 90%;
    height : calc(100vh - 120px);
    /*min-height : calc(100% - 50px);*/

    overflow-y: scroll;

    align-items: flex-start;
}

.app_main
{
    width : 100%;

    padding : 10px;

    flex-direction: column;
}