/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: darkgrey;
  font-family: "sans-serif",arial;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

#wrapper{ 
     width: 100%;
     max-width:1000px;
     margin:0 auto;
}


h1 {
  font-family: "american typewriter",serif;
  font-size: 50px;
  
}

header { 
  text-decoration: none;
  color: black;
}





