body {
  padding: 0 25px 25px;
  min-height: calc(100vh - 25px);
  font-family: "Roboto", sans-serif;
  background: #fafafa;
  color: #171717;
}

a, a:visited {
  color: inherit;
  text-decoration: underline;
}

section {
  height: 100%;
}

.subhead {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.subhead img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}

form {
  max-width: 100%;
  display: flex;
  gap: 25px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #171717;
  flex-direction: column;
}

label {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

textarea {
  resize: none;
  outline: none;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #171717;
  background: #fafafa;
  font-family: monospace;
  width: 80ch;
  max-width: 100%;
  box-sizing: content-box;
}

input[type="file"] {
  padding: 8px 0;
}

.submit {
  outline: none;
  padding: 8px;
  cursor: pointer;
  color: #171717;
  border-radius: 4px;
  border: 1px solid #171717;
  background-color: #fafafa;
  font-family: monospace;
  width: 80ch;
  max-width: 100%;
  box-sizing: content-box;
}
