.site-container {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

header {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
