     body          {
          background-color: black;
          color: lime;
   }
     #title1       {
          width: auto;
          height: auto;
          position: absolute;
          top: 30px;
          left: 50px;
          color: red;
          font-size: 25px;
   }
     #title2       {
          width: auto;
          height: auto;
          position: absolute;
          top: 100px;
          left: 50px;
          filter: glow(color=#green,strength=5);
          font-family: serif;
          font-size: 30px;
   }
