
div{
	box-sizing: border-box;
}

body{
	background-color: #001331;
}

h1{
	display: none;
}


.img-container{
	width: 100%;
	min-height: 100vh;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-container img{
	max-width: 100%;
	height: auto;
}