.custom-top-bottom-padding{
    padding: 20px 0;
}
.alieng-center{
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
ol {
    list-style-type: none; /* Remove default bullets */
    counter-reset: list-counter; /* Initialize counter */
  }
  
  ol li {
    counter-increment: list-counter; /* Increment counter */
  }
  
  ol li::before {
    content: counter(list-counter) ". "; /* Add numbers */
    font-weight: bold;
  }
  .link{
    color:blue
  }