@import "https://cdn.jsdelivr.net/npm/bulma@0.9.2/css/bulma.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow: auto;
}

.canvas {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
