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