html {
    background-color: rgb(171, 217, 219);
}

p {
    color: rgb(137, 70, 22);
}

img {
    max-width: 50%;
}

body {

    position: absolute;

    width: 100%;
    
    margin: 0;
    padding-left: 8px;

    padding-top: 56px;
}

footer p {
    font-family:cursive;
    font-size: 10px;
    margin:3px;
    bottom: 2px;
    position: fixed;
}

.navobj {

    position: absolute;
    left: 0;
    right: 0;
    top: 0;

    width: 100%; /* This is gross, should see if I can inherit embedded width and height */
    height: 56px;

}