﻿
#container3d {
    width: 100%;
    height: 500px; /* Imposta l'altezza iniziale del contenitore 3D */
    position: relative;
}

#distance {
    position: absolute;
    right: 0;
    border: solid 1px #808080;
    padding: 5px 10px;
    background-color: #eee;
}
#dat-gui-container {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.landing-wrraper .title{
    margin-bottom: 0px !important;
}