
.box1 {
	
	width:400px;
	height:1000px;
	position:absolute;
	left:0px;
	background-color: red;
}

.box2 {
	
	width: 400px;
	height: 1000px;
	position:absolute;
	right: 0px;
	background-color: red;

}

.box3 {

	width: 400px;
	height: 1000px;
	position:absolute;
	right: 500px;
	background-color: white;

}

.maple-leaf img {
	
	width: 300px;
	height: 300px;
	
	
	
}

.maple-leaf {
	
	top: 35%;
	left: 40%;
	position: absolute;
}

