/*css describing the look of the text in <body>*/
body {
      font-family: Verdana, sans-serif;
      font-size: 12px;
      color: #333;
      margin: 20px;
    }

/*font colors*/
    p {
      color: #b8b8b8;
    }

    h1 {
      font-size: 32px;
      color: #222;
    }

    h2 {
      font-size: 20px;
      margin-top: 20px;
      color:#424242;
    }

    li {
      color: steelblue;
    }