@import url('https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica');
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
body {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.3;
  font-size: 15px;
  color: #444;
  padding: 0 10px;
}
@media (min-device-width: 1px) and (max-device-width: 700px) {
  body {
    margin: 40px auto;
    max-width: 90%;
    line-height: 1.2;
    font-size: 20px;
    color: #444;
    padding: 0 10px
  }
}

a { color: #4285f4; text-decoration: none; }
a:active,a:hover { text-decoration: underline; }
a:active { color: #2265d4; }

h1,h2,h3{line-height:1.2}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}

blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

h1 {
  font-family: 'IM Fell Double Pica', serif;
  font-size: 1.75em;
}

h2 {
  font-family: 'IM Fell Double Pica', serif;
  font-size: 1.5em;
}
