body {
	font-family: "ff-dagny-web-pro";
}

#wrap {
	position: relative;
	width:100vw;
	height:100vh;
}

#content-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}