html,body{height:100vh;width:100vw;margin:0;display:flex;justify-content:center;align-items:center;overflow-y:hidden;overflow-x:hidden}#root{position:relative;width:375px;height:800px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 0 10px #0000004d;background-color:#fff}nav.nav-container{display:flex;justify-content:space-around;align-items:center;height:60px;background-color:#fff;box-shadow:0 -1px 5px #0000001a;z-index:100}nav.nav-container img{height:40px;cursor:pointer;-webkit-user-select:none;user-select:none}@media (max-width: 400px){#root{width:320px;height:568px}nav.nav-container{height:50px}}
