.elementor-2408 .elementor-element.elementor-element-2f31b3b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e1658cc */html, body {
      margin: 0;
      padding: 0;
      background: #111;
      height: 100%;
      overflow: hidden;
      font-family: Arial, sans-serif;
      color: white;
    }

    #dot {
      position: absolute;
      border-radius: 50%;
      background: #00e676;
      transition: all 0.5s ease;
      display: none;
    }

    #startBtn, #restartBtn {
      position: fixed;
      bottom: 80px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 1.2rem;
      padding: 10px 20px;
      border: none;
      border-radius: 8px;
      background: #7A9F35;
      color: white;
      cursor: pointer;
      z-index: 10;
    }

    #restartBtn {
      display: none;
      background: #558B2F;
    }

    #timer {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 1.5rem;
    }

    #controls {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 999;
}

    select {
      font-size: 1rem;
      padding: 5px 10px;
      border-radius: 5px;
      border: none;
      background-color: #333;
      color: white;
    }

    label {
      font-size: 1rem;
      margin-right: 10px;
    }
.elementor-2408 .elementor-element.elementor-element-e1658cc {
  position: relative;
  min-height: 400px;
  overflow: visible;
}/* End custom CSS */