body {
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  background: #DBE5FF;
  height: 1100px;
}

#wrapper {}

#section,
aside,
aside2,
main,
h1,
h2,
h3,
h4,
p {
  box-sizing: border-box;
}

#section {
  display: flex;
  flex-flow: row wrap;
  width: 1000px;
  margin: auto;
  overflow: auto;
}

aside2 {
  width: 20%;
}

aside {
  background: #0247FE;
  color: #DBE5FF;
  height: 100%;
  width: 220px;
  position: fixed;
  margin-top: 150px;
  padding-top: 50px;
    margin-left: -100px;
}

nav {
  background: #678FFE;
  text-align: center;
  margin: -50px 0px;
  ;
  font-size: 18px;
}

nav a {
  background: #DBE5FF;
  display: block;
  text-decoration: none;
  color: #678FFE;
  padding: 15px;
  margin: 150px 0px;
}

nav a.active {
  background: #DBE5FF;
  color: black;
}

nav a:hover {
  background: #DBE5FF;
  color: #012998;
}

header {
  position: fixed;
  width: 100%;
  text-align: center;
  border-top: 1px solid #678FFE;
  border-bottom: 1px solid #0247FE;
  background: #0247FE;
}

header h1 {
  font-size: 40px;
  font-family: 'Crimson Text', serif;
  margin: 25px 0px;
  color: #DBE5FF;
  letter-spacing: 3px;
}

header h2 {
  margin: 10px 0px;
  color: #DBE5FF;
  font-style: italic;
  letter-spacing: 5px;
  font-size: 25px;
  font-family: 'Crimson Text', serif;
}

main {
  width: 80%;
  margin-top: 137px;
  margin-bottom: 137px;
}

main h3 {
  text-align: center;
  font-size: 30px;
  margin: 20px 0px 30px;
  color: #6395F2;
  letter-spacing: 5px;
}

main h4 {
  margin: 10px 50px;
  font-size: 20px;
  text-align: center;
}

main p {
  margin: 0px 50px 50px;
}

main ul {
  margin: -25px 30px 0px;
}

main li {
  margin: 16px 0px;
}

main a {
  color: #678FFE;
  text-decoration: none;
  font-style: italic;
}

footer {
  color: black;
  background: linear-gradient(#678FFE, #0247FE);
  padding: 0px;
  position: fixed;
  bottom: -10px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}