body {
    background-color: white;
    color: #666666;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-family: 'Abel', cursive;
    margin: 0;
    font-family: Helvetica, sans-serif;
}





header.page {
    color: rgb(247, 247, 247);
    font-size: 4vh;
    font-weight: 900;
    margin: 0;
    background-color: rgb(198, 198, 198);
    text-align: right;
    vertical-align: bottom;
    height: 10vh;
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0px;
}

#hostname {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 5px;
}

#content {
    overflow-y: hidden;
    overflow-x: scroll;
    position: absolute;
    top: 10vh;
    z-index: 1;
    padding-right: 5px;
    padding-left: 5px;

}


footer.page {
    position: fixed;
    bottom: 0px;
    background-color: #c6c6c6;
    width: 100%;
    color: rgb(247, 247, 247);
    text-align: right;
}

footer.page>p {
    padding-right: 5px;
}