<style>
		form {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-top: 50px;
		}
		label {
			margin-top: 20px;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		input {
			margin-top: 10px;
			padding: 10px;
			border: 1px solid #ccc;
			border-radius: 5px;
			width: 300px;
			max-width: 100%;
			box-sizing: border-box;
			font-size: 16px;
			font-family: Arial, sans-serif;
		}
		button {
			margin-top: 20px;
			padding: 10px 20px;
			background-color: #4CAF50;
			color: #fff;
			border: none;
			border-radius: 5px;
			font-size: 16px;
			font-family: Arial, sans-serif;
			cursor: pointer;
			align-items: center;
		}
	</style>