/* CSS Document */
.calc {
  display: grid;
  place-items: center;
}

.svg-drg {
  display: grid;
  place-items: right;
}

.sel {
  width: 400px;
  height: 100px;
  background-color: #eee;
}