#mt {
    margin: auto;
    width: 600px;
    border: solid 1px black;
    border-radius: 6px;
    box-shadow: 1px 1px 4px inset black;
    background-color: LightCyan;
}
.dragging {
    cursor: grab;
}
body {
    text-align: center;
    background-color: BlanchedAlmond;
    margin: 0px;
    user-select: none;
}
h1 {
    text-shadow: 1px 1px 4px gray;
    color: rgb(11, 42, 47);
    background-color: PaleTurquoise;
    display: inline-block;
    width: 600px;
    border-radius: 7px;
    box-shadow: 1px 1px 4px black;
    padding-top: 8px;
    padding-bottom: 7px;
}
circle {
    cursor: pointer;
    filter: drop-shadow( .4px .4px .6px rgba(0, 0, 0, .3));
}
line {
    filter: drop-shadow( .4px .4px .6px rgba(0, 0, 0, .2));
}
.cx {
    filter: drop-shadow( .6px .6px .8px rgba(0, 0, 0, .9));
}
