*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}.screen{justify-content:center;align-items:center;width:100vw;height:100vh;transition:background-color .3s;display:flex}.screen.dark{background-color:#000}.screen.light{background-color:#fff}.logo{object-fit:contain;-webkit-user-select:none;user-select:none;width:240px;max-width:80vw;height:240px;max-height:80vh}
