body {
background-color: rgb(10, 19, 29);
font-family: serif;
font-size: 16px;
    }
h1 {
    color: white;
}    
table, th, td {
    border: 1px solid rgb(255, 255, 255);
    color: white;
    border-collapse: collapse;
  }
mark {
 color: rgb(10, 19, 29);
 background-color: rgb(10, 19, 29);
}