/* 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: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0 auto;
  color: #444;
  max-width: 800px;
}

li{
  font-size: 13px;
  margin: 4px;
}
p{
  margin: 10px;
}

section{
  padding: 30px
}

b{
  font-size: 1.3em;
}

#one{
  background-color: #527fbc;
  color: white;
}

#two{
  background-color: #f8f8ee;
  color: black;
}