﻿.layout {
    display: flex;
    height: 100vh;
    width: 100%;
}

.layout-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
}

.layout-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: auto;
    position: relative;
}


.layout-main main {
    flex: 1;
}
