.container {
  display: flex;
  justify-content: center; /* Centers horizontally */
	margin-top: 15px;
  height: 60vh;           /* Example: Centers within the full viewport height */
}
