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

.bild-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

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

