
body{
	background: url(rotated-squares-1-light.png);  
}

div:nth-child(1){ 
	background: url(B2C_Logo_2023.png) no-repeat center  center;
	background-size:100% 100%;
	height: 600px;
	width: 900px;
	position: absolute;
  top: calc(50% - 400px);
  left: calc(50% - 450px); 
	-webkit-filter: drop-shadow(-10px 10px 8px #000);
	 filter: drop-shadow(-10px 10px 8px  #000);
}
div:nth-child(2){ 
	background: url(Under-Construction-Sign.png) no-repeat center  center;
	background-size:100% 100%;
	height: 150px;
	width:300px;
	position: absolute;
	top: calc(50% + 50px);
	left: calc(50% - 150px); 
	
	-webkit-filter: drop-shadow(-10px 10px 8px #000);
	 filter: drop-shadow(-10px 10px 8px  #000);
}