@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
* {
	font-family: 'Open Sans', sans-serif;
}
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
h1 {
	line-height: 1.8em;
}
p {
	line-height: 1.6em;
}
h1, p, a {
  margin: 0;
	color: white;
}
.site {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.site-logo {
  display: flex;
  flex: 1;
}
.site-logo img {
  margin: auto;
  width: 300px;
  height: 300px;
}
.site-details {
	background: black;
  padding: 0.8em;
}
