.gen-btun.disabled {
  width: 100%;
  height: 40px;
  background-color: rgba(188,188,188,0.55);
  max-width: 320px;
  border-radius: 10px;
  box-shadow: 2px 2px rgb(160,160,160);
  cursor: pointer;
  color: white !important;
}

.gen-btun {
  width: 100%;
  height: 40px;
  background-color: rgb(183,212,50);
  max-width: 320px;
  border-radius: 10px;
  box-shadow: 2px 2px rgb(160,160,160);
  cursor: pointer;
  color: white !important;
  content: "Next Step";
}

