body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-color: #f8f8f8;
  }

  .logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	/* Use 100vh to center vertically in full viewport height */
	height: 100vh;
  }
