body {
    display: flex;
    margin: 0;
    color: #292f33;
}

p {
    color: #2d3238;
}

#root {
    left: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    min-height: 100vh;
    overflow-x: hidden;
    background: #ebebeb;
}

/*
 * This style will be applied to the document body when the sidebar is opened. It needs to be outside of any header class.
 */
.no-scroll {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}

