*{margin:0;padding:0}#app{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}#app>div{height:100%;min-height:50px}#media{position:fixed}#bg{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000a;cursor:pointer}#share{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:none}#content{width:80vw;height:80vh;background:#fff;display:flex;flex-direction:column-reverse;pointer-events:auto}#bar{bottom:0;height:50px;background:red;display:flex}#bar div{width:100%;display:flex;align-items:center;justify-content:center}#img_holder{height:100%;max-height:calc(100% - 50px);display:flex;align-items:center;justify-content:center}#img,#tutorial{object-fit:contain;width:100%;height:100%}
