ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
ul, ol {
    list-style-position: outside;
}
