.parentBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 100vh;
}

.previewCanvas {
  max-height: 65vh;
  object-fit: cover;
}

.inputForm {
  flex: 0 0 auto;
  padding: 1rem;
  background-color: white;
  font-family: Arial, serif;
}
.inputForm > * {
  margin-top: 0.5rem;
}
