body {
  font-family: "Source Code Pro", monospace;
  font-size: 20px;
}

p {
  margin: 0.25rem 0;
}

textarea {
  margin: 1rem 0;
  width: 100%;
  height: 8rem;
}

label {
  font-weight: bold;
}