/* 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');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

body {
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
  padding: 5px 25px;
  font-size: 16px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

a {
  font-family:"Roboto Condensed", sans-serif;
  Font-size: 22px;
  color: #444;
}