#contact {
  background: #fff8e1;
  padding: 20px;
  text-align: center;
}
#contact form input,
#contact form textarea {
  width: 80%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#contact button {
  background: #ff9800;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#contact button:hover {
  background: #e65100;
}
