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

img {
    max-width: 100%;
    max-height: 100%;
}

.unimportant {
    color: gray;
}