div.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30vw;
    margin: 0 auto;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 5px;
    text-align: center;
}