main {
    margin: 0;
    display: flex;
    height: 100vh;
}

lod-viewer-borne {
    width: 75%;
    /* background-color: #000; */
}

#form-container {
    width: 25%;
    padding: 20px;
    background-color: #f4f4f4;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

label {
    display: block;
    margin-bottom: 10px;
}

input, select {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    box-sizing: border-box;
}

.centred {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}