@charset "utf-8";

.list-decimal {
    list-style: decimal;
}

.list-dots {
    list-style: disc;
}