CSS OL Align Center

ol{
    text-align: center;
    list-style-position: inside;
}
Fair Fox