.bg-header {
	background: linear-gradient(-45deg, #000000, #2b2b2b, #8d8d8d, #1800a3);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.textjus{
	text-align:justify;
}