input, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}
#content {
  width: 100%;
  max-width: 50em;
}
.about, .contact {
    cursor:pointer
}
textarea {
  height: 20vh;
  font-size: large;
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: x-large;
}
