h1 {
text-align: center;
    
}
ul {
list-style-type: square;
}
ol {
list-style-type: upper-roman;
    
}
menu {
 list-style-type: none;
    
    
}