body {

	background-color: #000000;
	height: 100%;
}
.container-1{

	/*border:  5px solid #ffcc5c;*/

	margin: auto;
    width: 1600px; 
    padding: 10px;

	display: flex;
	justify-content: space-evently;

	background-image: url('titel.jpg');
	background-attachment: fixed;
	background-repeat:  no-repeat;
	background-position: center center;

	
}
.box-1{

	align-self: flex-end;
	
}
.box-2{

	
	align-self: flex-end;
}


.box-3{

	align-self: flex-start;

}
	.box-4{

	/*margin-left: auto;*/
   align-self: flex-end;

}

/* .container-1-box {flex-basis: 1%;} */
