/* It's better to link from the HTML side, but based on Iswavle code editor, have to import here. */

@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

body {
  margin: 0;
  padding: 0;
}

main form.container-sm {
  max-width: 780px;
}

main form label {
  line-break: anywhere;
}