/* static/css/styles.css */
.custom-demo-btn {
    background-color: #4cc78a !important;
    color: white !important;
    border: none;
    transition: background-color 0.3s ease;
  }
  
  .custom-demo-btn:hover {
    background-color: #3aa675 !important;
    color: white;
  }
  