* {
  padding: 0;
  margin: 0;
}
#button {
  margin: 10px;
  border-radius: 25px;
  border: 1px solid ;
  font-size: 25;
  background:  #2d375a;
  color: white;
}
.validate-button {
  /* background-color: ; */
  border: 1px solid ;
  background:  #2d375a;
  background: whitesmoke;
}
.validate-button:hover {
  background:  #2d375a;
  transition: 1ms;
}

.ste-btn {
  color: white;
  background:  #2d375a;
}

.ste-pill {
  border-radius: 20px !important;
  color: white;
}

.ste-pill.active {

  background:  #2d375a;
  color: white;

}

.ste-pill:not(.active) {
  background: #2d375a;
}