.section.is-small {
    padding:1.0rem 0.5rem;
}
.footer-small {
    background-color:#fafafa;
    padding:1.5rem 0.75rem 3rem
}
.card {
    height:100%;
    display:flex;
    flex-direction: column;
}
.card-footer {
    margin-top: auto;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#wrapper {
    flex: 1;
}