.orb-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.orb {
    width: 100vw;
    height: 100vh;
    position: relative;
}

#globe-canvas {
    width: 100%;
    height: 100%;
}