body {
  background: blue;
  color: white;
}
    
    
*{
  font-size: 18px !important; 
  font-weight: bold;
  }
    
  code{color: white !important;}
  .comment {color : silver !important;}
  .keyword{color:yellow !important;}
  
  