/* 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;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section {
  max-width: 450px;
}
