<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  background-color: rgb(17,59,97);
}

#ul_disc {
  list-style-position: inside;
  list-style-type: disc;
  
}

#ul_disc li{
  margin-left: 1em;
  
}

#ul_square {
  list-style-position: inside;
  list-style-type: square;
}

#ul_square li{
  margin-left: 1em;
}
</pre></body></html>