.dash-graph{
    border: 1px solid navy;
    background-color: white;
    max-height: 100%;
    height: auto;
}

#_pages_content{
    /* background-color: gray; */
    padding: 1em;
    /* height: 100vh; */
    max-height: 100vh;
}

.plot-container{
    height: 90vh;
    max-height: 100vh;
}

h1{
    color: navy;
}

body{
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    font-family: 'Figtree', 'Helvetica', 'Trebuchet MS','Arial', sans-serif, ;
}