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

body { position: relative; }

#stage { position: absolute; width: 100%; height: 100%; }

#cat { position: absolute; z-index: 1; }

#changeCat { position: fixed; width: auto; height: .25rem; margin-left: -.4rem; left: 50%; bottom: 6%; font-size: .2rem; background-color: inherit; border: 1px solid #ee11ee; color: #ee11ee; outline: none; }

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