html, body {
    height: 100%;
    margin: 0;
}

.bild-container {
    display: grid;
    place-items: center; /* Kurzform für align-items und justify-items */
    height: 100%;
}

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