* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    margin: 0;
    position: relative;
}

#scene {
    width: 100%;
    height: 100%;
    display: block;
}

.optionsForm {
    top: 0;
    right: 0;
    padding: 30px;
    position: absolute;
}

.meshList {
    position: absolute;
    bottom: 0;
    left: 0;
}






/*# sourceMappingURL=main.css.map*/