#names {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}

textarea {
  width: 100%;
  height: 6.875rem;
  border-radius: 4px;
  border: 2px solid #F0C6A8;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1rem;
}

textarea:focus {
  outline: none;
  border: 2px solid #ffac71;
}