html, body {
    background: #000 url(/dsg/logo.png) no-repeat center 10px / 320px auto;
    padding: 0;
    margin: 0;
}
model-viewer {
    width: 100vw;
    height: 100svh;
}
model-viewer:focus {
    outline: none;
}