/*
                   style107.css
                                                  */

.center-column, .center-column2, .center-column3 {
      max-width: 666px;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 40px 30px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);      
    }
    .center-column2 { max-width: 600px; border: 2px solid #ffa500;}
    .center-column3 { padding: 20px 30px; background-color: #d5ffff; border: 1px solid #add7d7; }
    .horizontal-bar {
    background-image: url('assets/1u.jpg'); /* Path to your image */
    background-repeat: no-repeat;           /* Prevent the image from repeating */
    background-size: cover;                 /* Cover the entire div */
    width: 100%;                            /* Full width to make it responsive */
    max-width: 580px;                       /* Maximum width of the bar */
    height: 6px;                            /* Fixed height */
    margin: 0 auto;                         /* Center the div */    
}