/* 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');

.wrapper{
  width:100%;
  max-width: 800px;
  margin: 0 auto;
}

body {
  background-color: #444;
  font-family: "helvetica bold", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: white;
  line-height: 1.5em;
}

h1 {
  font-family: "helvetica", serif;
  font-size: 32px;
  color: #e54b01;
}
big {
  font-family :"helvetica";
  line-height: 3em;
  color: #e54b01;
}
p {
  background-color: 
}
hr {
  color:white;
}
a{
  color:lightblue
}