html {
  font-size: 16px;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.8;
}

canvas {
  background: #f7d0d0;
  display: block;
  margin: 2rem auto;
}
/*# sourceMappingURL=style.css.map */