.worms {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.worms-canvas {
  width: 100%;
  height: 100%;
  display: block;
  touch-action: none;
}

.btn-support {
  position: absolute;
  bottom: var(--space-5);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
