body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #09182d;
    overflow: hidden;
	}

.image-container {
    text-align: center;
	padding: 1rem;
	}

img {
    max-width: 100%;
    max-height: 100%;
	}