.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 24em;
}

.image {
    max-width: 10em;
}
