/* 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: orangered;
  font-family: "open sans", sans-serif;
  padding: 20px 25px;
  font-size: 14px;
  margin: 10;
  color: #ffffff;
}

h1 {
  font-family: "open sans", sans-serif;
  font-size: 39px;
}
h2 {
  font-family: "open sans", sans-serif;
  font-size: 32px;
}