/* Change the background color of the progress indicator */
.progress-indicator {
    background-color: #ff9900;
}
/* Add a border to each step */
.step {
    border: 1px solid #333;
}
/* Customize the font or other styles as needed */
