* {
  margin: 0;
  padding: 0;
}
article,
section,
heading,
footer {
  display: block;
}
html,
body {
  height: 100%;
}
.site {
  background: #d1d0cc;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  height: 100%; /* 1, 3 */
  min-height: 500px;
}
.site-content {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  width: 90%;
  max-width: 525px;
  margin: 0 auto;
  align-self: center;
}
a {
  text-decoration: underline;
  color: #000000;
  transition: 0.4s;
}
a:hover {
  color: #ffffff;
}
.logo {
  display: block;
  text-align: center;
  margin: 6em auto 3.25em;
  width: 80%;
  max-width: 250px;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
.site-content__footer {
  text-transform: uppercase;
  font-size: 0.75em;
  line-height: 1em;
  letter-spacing: 1.2px;
  white-space: pre;
}