body {
  margin: 0 auto;
  font-family: 'Roboto', serif;
  background: white;
  width: 1200px;
  background: lightgrey;
  height: 1200px;
  border: solid 1px red;
}

header {
  font-family: 'Merriweather', serif;
  padding-bottom: 40px;
  margin-top: -15px;
  margin-bottom: -15px;
  background: white;
  padding-top: 10px;
}

h4 {
  padding-left: 10px;
  font-size: 25px;
  font-family: 'Merriweather', serif;    
}

header h2 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 5px;
  font-family: 'Merriweather', serif;    
}

aside {
  padding-left: 10px;
  padding-bottom: 200px;
}

main {
  width: 1190px;
  margin-top: 50px;
  margin-bottom: 0px;
  background: white;
  font-size: 20px;
  text-align: left;
  padding-left: 10px;
  border: solid 1px red;

}

main img {
  width: 250px;
  float: right;
  padding: 15px;
  border-radius: 20px;
  margin-right: 30px;
  margin-top: 80px;
}

aside2 img {
  width: 500px;
  margin-top: 50px;
  float: right;
}

aside3 img {
  width: 110px;
  float: right;
  margin-top: -510px;
  margin-right: -10px;
}

main h4 {
  font-weight: bold;
  padding-top: 10px;
  font-family: 'Merriweather', serif;    
}

nav a.active {
  background: white;
  color: red;
}

nav {
  background: black;
  text-align: center;
  margin: -50px 0px;
  font-size: 30px;
  height: 50px;
  margin-top: auto;
  border: solid 1px red;
}

nav a {
  background: white;
  text-decoration: underline;
  color: black;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-align: center;
  border: solid 1px red;
}

footer {
  color: white;
  background: linear-gradient(black, gray);
  padding: 0px;
  position: fixed;
  bottom: -10px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-left: -352px;
  height: 170px;
}

ul {
  background: white;
  padding-bottom: 200px;
  padding-top: 10px;
}

h5 {
  background: white;
  font-weight: bold;
  font-size: 25px;
  padding-left: 10px;
  margin-top: -5px;
  font-family: 'Merriweather', serif;
}

li {
  font-size: 17px;
}
