*{
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50vh;
    align-items: center;
    background-color: #424242;
}
.model {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
model-viewer {
    cursor: grab;
    display: flex;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    user-select: none;
}