body 
    {font-family: "Lato", sans-serif}
.w3-bar .w3-button.active-lang 
    {   font-weight: bold;}  
ol.sub-list 
    {     margin-top: 0.5em; /* Space between heading and list */     margin-bottom: 1em; /* Space after the list */ } 
ol.sub-list li 
    {     margin-bottom: 0.8em; /* Space between list items */ } 
h3.numbered-section 
    {     margin-top: 1.5em;     margin-bottom: 0.8em;     counter-increment: section-counter; } 
h3.numbered-section::before 
    {     content: counter(section-counter) ". ";     font-weight: normal;     margin-right: 0.5em; }
.customer-section 
    {   border: 4px solid #607D8B; /* Blue-grey border */   padding: 20px;   margin-bottom: 20px;   border-radius: 8px;   background-color:  #f5f5f5; }
.customer-section h3 
    {   color: #607D8B; /* Blue-grey font for the heading */   margin-top: 0; }     
