*
{
	margin: 0;
	padding: 0;
}


body
{
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(foto/black.jpg);
	height: 100%; 
	background-size: cover ;
	background-position: center ;
	background-attachment: fixed;
}

.test
{
	color: white;
	position: absolute;
	text-transform: uppercase;
	font-size: 70px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-bottom: -100px;
}

h3
{
	color: white;
}

h2
{
	color: white;
}

.tekst-kleur
{
	color: white;
}


.test
{ 
	border:#FFFFFF 2px solid; padding:10px 40px 40px 40px;
}

