/*!***************************!*\
  !*** css ./src/style.css ***!
  \***************************/
:root {
  color-scheme: light dark;
}
body {
  color: light-dark(black, white);
  background-color: light-dark(#eee, #222);
}

#image {
    height: 250px;
    width: auto;
}

#canvas {
    width: 50vw;
}

#error img {
    height: 250px;
}


/*# sourceMappingURL=index.css.map*/