.trueknowledge {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
}

body,
html {
	height: 100%;
}

html {
	background: linear-gradient(180deg, rgba(0, 167, 119, 1), rgba(0, 119, 122, 1));
	overflow: hidden;
}
