html {
    min-height: 100%;
    position: relative
}
body {
    background-color: #f9f9f9;
    color: #5a5a5a;
    font-family: Montserrat, sans-serif;
}
.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    position: absolute;
    width: 100%
}
.page-content {
    margin-bottom: 2rem;
    margin-top: 3rem
}