body {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
body > * {
    justify-self: center;
}