body {
	margin: 0;
	padding: 2rem;
	font-family: system-ui, Arial, sans-serif;
	background-color: #f5f5f5;
	text-align: center;
  }
  
  .title {
	margin-bottom: 2rem;
	color: #222;
  }
  
  .image {
	max-width: 100%;
	width: 400px;
	height: auto;
	border-radius: 8px;
  }
  