body {
	background-color: #f2f2f2; /* light gray background */
	margin: 0;
	padding: 0;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.splash-image {
	width: 50%; /* adjust the width to your liking */
	height: auto;
	margin: 0 auto;
	border-radius: 10px; /* optional rounded corners */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* optional drop shadow */
}
