html, body {
    height: 100%;
    margin: 0;
}

.main-content {
    min-height: 90vh;
    /*background: #f8f9fa;*/
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}
