
       body {
           background-color:rgb(192, 192, 192);
           font-size:14pt;
           color:#000000;
       }
       
       .big {
           font-size:20pt;
       }
       
       h1 {
           text-align:center;
       }
       
       #canvas {
          width:700px;
          margin-left:auto;
          margin-right:auto;
       }
       
       #fractals {
           background-color:rgb(0, 0, 0);
       }