﻿
html, body{
    min-height: 100vh;
    position: relative;
}
.layout-content{
    width: 100%;
    padding-bottom: 2rem;
}
footer{
    position: absolute;
    bottom: 0;
}
