body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main {
    flex: 1 0 0;
    overflow: auto;
}

.side-tab-active{
    font-weight: bold;
}
