/* Note to students: Some properties are given to you to fill out,
others you can modify as they stand, and if you have time,
there are definitely some properties you should add! */

html {
  height: 100%;
}
header span{
  font-family: sans-serif;
  font-size: 50px;
}

body {
  height: 100%;
  font-family: sans-serif;
  background-color: #3f4042;
}

header {
font-family: cursive;
  width: 790px;
  height: 100;
  font-size: 70px;
  color: white;
}
.header-2{
  font-family: sans-serif;
  padding: 30px;
  display: block;
  width: 790px;
  font-size: 40px;
  height: 60px;
  color: white;
}
nav {
  line-height:;
  background-color: grey;
  width:275px;
  display: inline-block;
  vertical-align: top;
  font-size: 30px;

}

nav ul {
  list-style-type: none;
}

a {
    color: ;
}

section {
  width: 516px;
  display: inline-block;
}

aside {
  width: 125px;
  display: inline-block;
  vertical-align: top;
  background-color:;
  font-size: ;
}

aside ul {
  list-style-type: none;
}

footer {
  width: 790px;
  background-color:;
  text-align:;
  padding:5px;
  display: block;
}
