body
{
	margin: 0;
	padding: 0;
}

.box1{
	height: 100vh;
	width: 100%;
	background-image: url(image1.jpg);
	background-size: cover;
	background-position: center;
}