body {
    background-color: #000000;
    color: #00ff99;
    font-family: "Courier New", monospace;
    font-size: 16px;
  }
  
  a {
    color: #ffff00;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  h1, h2 {
    color: #ff66cc;
  }
  
  ul {
    list-style-type: square;
  }
  
  /* Thumbnail styling */
  .thumb {
    width: 150px;
    height: auto;
    border: 1px solid #00ff99;
    padding: 4px;
    background-color: #111111;
  }
  