*{
	margin: 0;
	padding: o;
	text-align: center;
}

.box {
	max-width: 1200px;
	height: 300px;
	border: 2px solid #272727;
	margin: 30px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	flex-direction: column;
}
input{
	width: 200px;
	height: 50px;
	margin-top: 50px;
}
