body {
}
header { background-image: url(Desert.jpg);
     background-size: 100% 100%;
         background-repeat: no-repeat;
        color: #FFFFFF;
        height: 130px;
        text-align: center;
        a:link { text-decoration: none; 
              color: #FFFFFF; }
        a:visited { text-decoration: none;
                 color: #FFFFFF; }
       a:hover { text-decoration: none; 
               color: #90C7E3;}
}
nav { text-align: center;
     font-size: 1.5em;
     font-weight: bold;
    a:link { text-decoration: none; 
              color: #800000; }
        a:visited { text-decoration: none;
                 color: #800000; }
       a:hover { text-decoration: none; 
               color: #40E0D0;}
     
}
#wrapper {background-image: linear-gradient(to bottom, #CD853F, #F5DEB3);

}
#dragon { float: right; 
        padding: .5em;}
#dragon2 {float: left;
         margin-left: 50px;}
#intro {text-align: center }
#app {margin-left: 150px; }
#list {text-align: left; 
      margin-right: 35px;
      margin-left: 325px;
      padding-bottom: 2em;}
ul {list-style-position: inside; }
main { text-align: left;
     font-family: Tahoma, sans-serif;
      color: 40E0D0;
}

footer {text-align: center; 
       a:link { text-decoration: none; 
              color: #000000; }
        a:visited { text-decoration: none;
                 color: #000000; }
       a:hover { text-decoration: none; 
               color: #40E0D0;}
       }