.middle-center {
	position: relative;
	z-index: 1;
	top: 240px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}

.wrap {
	border: 1px solid #000;
	padding: 20px;
	width: 650px;
	margin: 0 auto;
}

table {
	padding: 0;
	width: auto;
	margin: 0 auto;
}
table tr th,
table tr td {
	color: #fff;
	font-size: 17px;
	padding: 5px;
}

input {
	font-size: 17px;
	line-height: 30px;
	height: 32px;
	padding: 3px;
}
button {
	width: 100px;
	height: 32px;
	background-color: #000;
	color: #fff;
	border: none;
}
