main {
    background-color: #dbdbdb
}

main .container {
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 76px;
    /* padding-bottom: 76px; */
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

html,
body {
    height: 100%;
}


/* .filler {
    height: 500px;
} */

.navbar {
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background: green; */
    z-index: 2;
}

footer {
    background-color: darkslategray;
    /* position: absolute;
    width: 100%;
    z-index: 2; */
    height: 150px;
    bottom: 0;
    left: 0;
}