/* Show it is fixed to the top */
.main-container {
    min-height: 100%;
    position: relative;
    padding-top: 30px;
}

.page-container {
    min-height: 100%;
    padding-bottom: 160px;
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}
