:root{--text-color:#4b4b4b;--secondary-text-color:#6b6b6b;--foreground-rgb:#fff;--background-rgb:#f2f2f7;--primary-rgb:#054bba;--dark-primary-rgb:#153d91}body{color:rgb(var(--text-color));background:var(--background-rgb);height:100vh;margin:unset;flex-direction:column;display:flex;overflow:hidden}.navAndContent{flex-direction:row;max-height:95vh;display:flex}.navAndContent .topBarAndContent{flex-direction:column;flex:1;width:75vw;max-height:95vh;display:flex;overflow:hidden}.navAndContent .topBarAndContent .pageContent{box-sizing:border-box;flex-direction:column;flex:1;max-height:calc(95vh - 75px);padding:24px 32px;display:flex;overflow:scroll}
