ul, ol {
    text-align: center;      /* Centers the text */
    list-style-position: inside; /* Moves the bullet next to the text */
    padding: 0;              /* Removes the default left indentation */
}

li {
    margin-bottom: 8px;      /* Optional: adds a little space between items */
}