body
{
    position: relative;
}

footer
{
    position: relative;
    width: 100%;
    bottom: 0;
    display: grid;    
	display: -ms-grid;
	-ms-grid-columns: 1fr;
    padding: 1.5em;
    background-color: rgb(0, 0, 0);
}