#takebag-recycling-rush {
  width: 100%;
  height: calc(100vh - 130px);
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: #0A0E26;
  font-family: 'Trebuchet MS','Segoe UI',system-ui,Arial,sans-serif;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#takebag-recycling-rush #wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A0E26;
}

#takebag-recycling-rush canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}