body {
	text-align: center;
	
	background-image: url("images/34.gif"), url("images/second3.jpg"), url("images/second2.jpg");
	background-attachment: scroll, scroll, scroll;
	background-repeat: no-repeat, no-repeat, repeat;
	background-size: 1920px 1080px; 
	}

.window {
	width: 600px;
	height: 530px;
	margin: 1000px auto;
	padding: 20px;
	
	background-color: black;
	
	color: lime;
	}

.img1 {
  
  margin: 25px auto;
  width: 600px;
  height: 600px;
}
.img1 img {
  width: 600px;
  height: 600px;
  margin: 25px auto;	
  
}
.window2 {
	width: 600px;
	height: 430px;
	margin: 25px;
	margin-left: -20px;
	margin-top: 50px;
	padding: 20px;
	
	background-color: black;
	
	color: lime;
	}

.img2 {
margin: auto;
width:  600px;
height: 600px;


}

.img2 img {
	width: 600px;
	height: 600px;
	margin: 25px auto;

}
.window3 {
 width: 600px;
	height: 330px;
	margin: 25px;
	margin-left: -30px;
	margin-top: 50px;
	padding: 20px;
	
	background-color: black;
	
	color: lime;
	}

@media (max-width: 600px) {

    .window {

        width: 85%;

        height: auto;

        margin: 30px auto;

        padding: 10px;

    }

    .img1 {

        position: static;

        width: auto;

        margin: 20px auto;

    }

    .img1 img {

        max-width: 100%;

        height: auto;

    }

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	scroll;
	}
