html, body {
    background-color: #194719;
    width: 97%;
    height: 97%;
    white-space: nowrap;
}

#header {
    margin-left: 5%;
}

#navbar {
    min-width: 68px;
    background-color: #008A00;
    float: left;
    width: 5%;
    height: 90%;
}

.picture {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

#content {
    width: 95%;
    display: inline-block;
}

#_albums {
    font-weight: 900;
    background-color: #5CADFF;
}

#_pics {
    overflow: overlay;
    background-color: #E89619;
}
