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