@charset "UTF-8";
/* CSS Document */

         body {font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(233,246,253,1) 100%);}
         #wrapper {width: 90%; margin: auto}
         header {background: white; padding: 10px}
         header h1 {font-family:  Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; font-size: 5em; color: #2400FF; display: inline}
         header img {float: right}
         nav {text-align: center;
            background: rgb(255,255,255);
            background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(233,246,253,1) 100%);} 
         nav li {display: inline; border-left: solid 1px black }
         nav a {text-decoration: none; color: black; font-size: 2em; margin: 0px 10px;}
         nav ul {margin: 0}
         .bold::first-line {font-weight: bold}
         h2 {font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #2400FF; display: inline; font-weight: 400; margin: 5px 2px 3px 2px}
         p {margin: 2px 2px 15px 2px}
         article {width: 75%; padding: 10px; box-sizing: border-box; float: left; border: 1px solid black}
         aside {width: 25%; box-sizing: border-box; float: left}
         footer {background-color: white; padding: 2px}
         section {overflow: auto; background-color: white}