body {
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: #444;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}

.container {
  text-align: center;
  padding: 2em;
}

.logo {
  display: block;
  margin: 0 0 3em;
}

a,
a:link,
a:active,
a:hover,
a:visited {
  color: #C7944C;
}/*# sourceMappingURL=style.css.map */