﻿body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.has-margin-bottom {
    margin-bottom: 1rem;
}