body {
    height: 100vh;
    margin: 0;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.container > div {
    margin: 5px;
}
