/* You're really having fun there, eh? */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main {
    flex-grow: 1;
}

footer {
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
}

.copyright {
    font-size: 0.8em;
    margin: 0;
}
