.container {
    display: flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}