
.container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    margin: auto;
}

.container > h1
{
    text-align: center;
}