body {
  width: 100%;
  height: 100%;
  
  font-size: 18px;
  font-family: 'Times New Roman', 'Verdana', 'Arial', 'Script', 'Calibri';
}

label {
  width: 140px;
  float: left;
}

input, textarea {
  width: 90%;
  max-width: 100%;
  border: 3px solid #C0C0C0;
  border-radius: 5px;
  padding: 5px;
  background-color: white;
  margin-bottom: 10px;
  
  
  font-size: 18px;
  font-family: 'Times New Roman', 'Verdana', 'Arial', 'Script', 'Calibri';
}

textarea {
  height: 150px;
  max-height: 300px;
}

input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
  border: 3px solid #8B8B8B;
}

#btn {
  width: 140px;
}