@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald');
body {
background: url(../images/background2.jpg) no-repeat center center fixed;
  background-size: cover;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  margin: 5px 0 30px 0;
}

h2 { 
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  margin: 0 0 20px 0;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin: 0 0 10px 0;
}

p { 
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 0 0 20px 0;
}

header {
  width: 50%;
  background-color: #ddd;
  margin: 20px 0 20px 0;
}

section {
  width: 100%;
  max-width: 70%;
  float: left;
  background-color: #ddd;
  margin: 20px 0 20px 0;
}

section header {
  margin: 0;
}
section article img {
  width: 60%;
  max-width: 100%;
  height: 60%;
  outline: 20px dotted #ddd;
  outline-offset: -10px;
}
aside {
  width: 100%;
  max-width: 30%;
  float: right;
  background-color: #ddd;
  margin: 20px 0 20px 0;
}

footer {
  background-color: #ddd;
  margin: 20px 0 20px 0;
}