* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

main {
  width: 100%;
  height: 100%;
  background-color: beige;
  position: relative;
  cursor: none;
}
main img {
  width: 50px;
  position: absolute;
}/*# sourceMappingURL=style.css.map */