* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: sans-serif;
	font-size: 1.4rem;
	color: #333;
	background-image: url("../images/home.jpg");
	background-size: cover;
}
html,
body,
.center {
	height: 100%;
}
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.square {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	width: 20em;
	height: 20em;
	background-color: rgba(255, 255, 255, 0.75);
	background-clip: padding-box;
	border: 2em solid rgba(255, 255, 255, 0.25);
	box-shadow: 0 0 2em rgb(0, 0, 0, 0.25);
}
h1,
p {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Poiret One";
	font-size: 3.2rem;
}
