h2 {
	text-align: left;
	margin-bottom: 20px;
}

input, textarea, button {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

button {
	background-color: #005DAB;
	color: white;
	cursor: pointer;
	font-weight: bold;
}

button:hover {
  background-color: #45a049;
}

#message-status {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
