.container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    /*color: #ffeead; */
}

.container > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html, body {
    /*background-color: #ffeead; */
    margin: 10px;
}

#full-screen-background-image {
	z-index: -999;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	/*background-color: #84143A; */
	}