
html, body {
    height: 100%;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

    height: 100%;
}

section {
    margin: 10px 0;
}

footer {
    margin: auto;
    margin-bottom: 0px;
}

