html {
    height: 100%;
}

body {
    height: 100%;
    background-color: black;
    margin: 0;
}

.container {
    display: flex; /* or inline-flex */
    align-items: center;
    height: 100%;
}

.image {
    width: 100%;
}
