#left-area,#right-area{min-height:100vh;max-height:100vh;padding:0}body{display:flex;flex-direction:row;flex-wrap:wrap}#left-area{flex-basis:14%}#right-area{flex-basis:86%;background:#1b1c20}#main-area{flex-basis:100%;min-height:94vh;max-height:94vh;padding:.8rem 2rem;background:#1b1c20;overflow-y:scroll}