.custom-btn {
  background-color: #f2ebfd;
  color: #8350ef;
  border: none;
}

.custom-btn:hover {
  background-color: #8350ef;
  color: #fff;
}
