ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}
