html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "Roboto";
	color: #333;
	background-image: url("../images/home.jpg");
	background-size: cover;
}
.home, .home div {
	height: 100%;
}
.home > div > div {
	vertical-align: middle;
}
.square {
	width: 20em;
	height: 20em;
	background-color: rgba(255, 255, 255, 0.75);
	background-clip: padding-box;
	border: 1em solid rgba(255, 255, 255, 0.25);
}
h1 {
	margin: 0;
	padding: 2em 0;
	font-family: "Poiret One";
}
p {
	margin: 0;
	padding: 1em 0;
}
