@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
body {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;

}
h1 { padding: 5px 0; text-shadow: 2px 2px 5px #A9DDED;}


@media screen and (max-width:680px) {
  p {
    text-align: justify;
  }
}