h1 {
	color: #ffffff;
}

.logoDiv {
		width: 100%;
		height: 95vh;
		align-content: center;
		background-color: #ffffff;
}
.center-image {
      display: block; /* Make the image a block-level element */
      margin-left: auto; /* Set left margin to auto */
      margin-right: auto; /* Set right margin to auto */
      width: 380px; /* Optional: Set a width for better visual centering */
}