body {
  background: #f7f7f7;
  color: #474747;
  font-family: Georgia, Serif;
  line-height: 1.5em;
  font-family: bryant-web, sans-serif;
  font-style: normal;
  font-weight: 300;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:link,
a:visited {
  color: #49212b;
  text-decoration: underline;
}
a:hover {
  color: #851630;
  text-decoration: underline;
}
h1 {
  font-family: Georgia, serif;
  font-weight: 200;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
  padding-top: 1em;
}
h2 {
  font-size: 1.5em;
  font-weight: 200;
  text-align: center;
}
h3 {
  font-weight: bold;
}
a.btnLink,
a.btnLink:link,
a.btnLink:visited {
  background-position: 0 0;
  display: block;
  height: 0;
}
p {
  font-size: 1em;
  max-width: 30em;
}
.container {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  background: rgb(247, 247, 247);

}
.header {
  padding: 2em;
}
.footer {
  margin-top: 10em;
  font-size: .75em;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
