html, body, main {
    height: 100%;
}

main {
    display: flex;
    align-items: center;
}

#main-content {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}