.header
{
	height: 500px;
	background-size: cover;
	background-image:url("../images/UnderConstuction.jpeg");
	background-position: 50% 50%;
}

.center-image
{
	width: 100px;

	top: 100px;
	margin-left: -50px;
}


.container
{
	height: 1080px;
	margin-left: 0px;
	margin-right: 0px;

	white-space: nowrap;
	top: 100px;
}

.text-Background 
{
	position: relative;
	left: -30px;
	top: -110px;
	color: black;
}

.text-Background h1
{ 
	font-size: 60px;
}


.text-Forground 
{ 
	position: relative;
	left: -35px;
	top: -200px;

    color: red;
}

.text-Forground h1
{ 
	font-size: 60px;
}

.text-Forground_A
{ 
	position: relative;
	left: -32px;
	top: -118px;

    color: red;
}

.text-Forground_A h3
{ 
	font-size: 30px;
}

.text-Background_A 
{
	position: relative;
	left: -30px;
	top: -60px;
	color: black;
}

.text-Background_A h3
{ 
	font-size: 30px;
}
