form {
  display: flex;
  flex-direction: column;
}

form input {
  font-size: 12px;
  height: 20px;
  margin-bottom: 15px;
  width: 300px;
}

form textarea {
  font-size: 12px;
  height: 50px;
  margin-bottom: 15px;
  width: 300px;
}

form input#subscribe {
  width: initial;
}

form input[type="submit"] {
  -webkit-appearance: none;
  color: #fff;
  border: solid 1px #111;
  border-radius: 7px;
  width: 170px;
  height: auto;
  margin: .5em 0;
  font-size: 1em;
  padding: .6em;
  background: #19A2C7;
  box-shadow: 4px 4px 10px #666;
}
