/* 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;
}

img {
  height: 200px;
  object-fit: contain;
}
