@charset "UTF-8";

html,body {
    height: 100%;
}

footer {
    top: 100vh;
    position: sticky;
    padding: 10px;
}