body {
  font-family: Helvetica, sans-serif;
  padding: 5px 5px 20px 20px;
}

input, .button, textarea{
  font-size: 20px;
  background-color: lightgray;
  border: none;
  outline: none;
}

.button {
  height: 35px;
}

.button:hover {
  font-size: 20px;
  background-color: darkgray;
  border-width: 0px;
  height: 35px;
}

textarea {
  resize: none;
  width: 80%;
}

p {
  font-size: 16px;
}

div.column {
  display: block;
  float: left;
  width: 50%;
}
