<style>

div{
	border:1px solid #e7e7e7;;
	height: 70px;
	background-color: #dddddd;
	
}

.divimage {
	height: 600px;
	text-align: center;
}

.divimage2 {
	height: 600px;
	text-align: center;
}

.divimage3 {
	height: 657px;
	text-align: center;
}

.divimage4 {
	height: 1080px;
	text-align: center;
}

.divimage5 {
	height: 2200px;
	text-align: center;
}

.divimg {
  background-image: url('Pic2.jpg');
  width: 1050px;
  height: 600px;
  display: inline-block;
}

.divimg2 {
  background-image: url('Pic3.jpg');
  width: 1051px;
  height: 600px;
  display: inline-block;
}

.divimg3 {
  background-image: url('Pic4.jpg');
  width: 1000px;
  height: 657px;
  display: inline-block;
}

.divimg4 {
  background-image: url('Pic5.png');
  width: 1920px;
  height: 1080px;
  display: inline-block;
}

.divimg5 {
  background-image: url('Pic6.jpg');
  width: 1700px;
  height: 2200px;
  display: inline-block;
}

</style>