<>
body {
margin: auto 0 auto 0;
width: 100%;
height: 100%;
min-height: 919px;
min-width: 1920px;
display: flex;
justify-content: center;
align-items: center;
/* background-image: url('src/assets/img/bg-splash.webp');
background-repeat: repeat; */
}
#app-wrapper {
/* left: 0;
top: 0;
position: absolute;
transform-origin: 0 0; */
}
>