body {
    font-family: arial, sans-serif;
    font-style: normal;
    font-size: 12pt;
    background: #ffffff;
    color: #123456;
}
      
h1 {
    font-family: arial, sans-serif;
    font-style: normal;
    font-size: 20pt;
}

ul {
    list-style: circle;
}
