﻿html, body {
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
