button {
  justify-content: center;
  min-width: 200px;
}

h1 {
  padding-top: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  color: #d08b1c;
  font-size: 15px;
}

input {
  outline: none;
  border: 1px solid #0e0d08;
  color: #0e0d08;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 12px;
}

input::placeholder {
  color: #a8a8a8;
}

input::-webkit-input-placeholder {
  color: #a8a8a8;
}

textarea {
  outline: none;
  border: 1px solid #0e0d08;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 14px;
  resize: none;
  min-height: 150px;
}

.margin-bottom {
  margin-bottom: 15px;
}

.section-content {
  margin: 20px 10px 60px;
  display: flex;
  justify-content: center;
}

.section-modal {
  display: flex;
  max-width: 420px;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 0;
  width: 100%;
}

#output {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
  display: block;
  padding: 0.5em;
  background: #f9f9f9;
  border-radius: 6px;
  font-size: 0.9em;
  overflow-x: auto;
}