body {
  font-family: arial;
  background: #0b20db;
  color: blue;
  text-align: left;
}
p {
        font-family: arial;
        font-size: 14px;
        color: white;
      }
h2 {
        font-family: arial;
        font-size: 24px;
        color: white;
      }
h4 {
        font-family: arial;
        font-size: 18px;
        color: white;
      }
li {
        font-family: arial;
        font-size: 14px;
        color: white;
      }