html, body {
    height: 100vh;
    padding: 10px 20px;
    line-height: 1.5;
}

footer {
    position: fixed;
    bottom: 20px;
    font-size: smaller;

    p {
        margin: 0;
    }
}