/* 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: rgba(143, 198, 211, 0.37);
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 19px;
  margin: 0;
  color: rgb(10, 117, 165);
}

h1 {
  font-family: "Didot", serif;
  font-size: 46px;
}
h2 {
  font-family: "Optima", serif;
  font-size: 28px;
}