footer {
    text-align: center;
}

main {
    flex: 1;
}

.container {
    text-align: center;
    max-width: 400px;
}

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