
body{
    margin: 0;
    height: 100%;
    overflow: hidden;
}

#page{
    width: 100%;
    height: 100%;
    background-color: rgb(169, 123, 53);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#navigation{
    height: 54px;
    background-color: #113448;
}

#page-content{
    flex: 1;
}

#page-display{
    border: none;
    width: 100%;
    background-color: white;
    height: 100%;
}