body {
	background: #000;
	margin: 0;
	padding: 0;
	background: url('../images/bg.jpg') center center / cover no-repeat;
}
.wrapper {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}