.game {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background-color: var(--color-primary);
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* When the modal is active, make it visible */
