.dv-decoration-8 {
  display: flex;
  width: 100%;
  height: 100%;
}

.dv-decoration-9 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dv-decoration-9 svg {
  position: absolute;
  left: 0px;
  top: 0px;
  transform-origin: left top;
}

.dv-digital-flop canvas {
  width: 100%;
  height: 100%;
}

