/* 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');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

body {
  margin: 0;
  padding: 0;
}

main {
  max-width: 780px;
}
