ol {
    padding-left: 0; /* Remove padding */
    list-style-position: inside; /* Place the number inside the list item */
    text-align: center; /* Center-align the text */
}

ol li {
    width: auto; /* Adjust width as needed */
}
