/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 a {
   text-decoration: none !important;
 }

 .billsby-btn {
  display: block;
  width: max-content !important;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 17px 20px;
  border: 0;
  margin: 20px 0;
  cursor: pointer;
}
