
    body {
      font-family: Arial, sans-serif;
      padding: 30px;
      background-color: #f7f7f7;
    }
    .welcome2-area {
      text-align: center;
      margin-top: 100px;
    }
    .welcome2-area button {
      padding: 10px 20px;
      font-size: 16px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Higher than everything else */
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}
    #countdown {
      font-size: 32px;
      font-weight: bold;
      margin: 10px 0;
    }
    #responseData {
      margin-top: 15px;
      font-size: 14px;
      color: #333;
    }
	#closeBtn {
		background: #dc3545;
		color: white;
		border: none;
		padding: 8px 16px;
		border-radius: 6px;
		cursor: pointer;
	}
	
	#downloadBtn {
		background: #41b521;
		color: white;
		border: none;
		padding: 8px 16px;
		border-radius: 6px;
		cursor: pointer;
	}
	