body {
    background-color: #fefefe;
}

.wrapper {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
}

.splash-container {
    width: 100%;
    max-width: 800px; /* Optional: Set a max width for larger screens */
}

.splash-image {
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.20);
}

.splash-image img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove bottom space */
}
