* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; background: #161917; }
body { overflow: hidden; }
.splash-screen { width: 100vw; height: 100svh; display: grid; place-items: center; background: #161917; }
.splash-screen img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
