html {
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
}

body {
    overflow: scroll;
    cursor: none;
    font-size: 16px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

model-viewer {
    z-index: 101;
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    height: 40vh;
    background-color: white;
    opacity: 0;
    pointer-events: none;
}