h1{
	margin: 10px auto 20px auto;
	color: green;
	display: block;
}

input{
	width: 300px;
	height: 25px;
	display: block;
	margin-bottom: 20px;
}

#mail-one{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#message{
	resize:none;
	width: 302px;
	height: 100px;
	margin-bottom: 10px;
}

input[type="submit"]{
	width:150px;
	height: 30px;
	background-color: green;
	color:white;
	border: none;
	margin: 0 auto;
}
