ol {
  list-style-type: upper-roman;
}
ul {
  list-style-type: circle;
}
menu {
  list-style-type: none;
}