body {
	font: 18px "Times New Roman", serif;
	background: #eee;
	line-height: 16px;
}

h1 span {
  color: gray;
}

#thanks {
  border: 2px solid red;
  background: red;
  padding: 10px 8px;
}

#page {
	width: 800px;
	margin: 90px auto 0px auto;
}

textarea {
  width: 800px;
  height: 200px;
  resize: none;
  font-size: 20px;
  margin-top: 5px;
}

input {
  font-size: 20px;
  float: right;
  margin-top: 15px;
  background: green;
  color: white;
  margin-right: -5px;
}