html{
	
	background-color:rgb(245,222,179)
}

body{
	width: 1200px;
	margin: 0 auto;
	border: medium;
	border-style: solid;
	border-color: red;
}
a{

}

#z{
	border: medium;
	border-style: solid;
	border-color: blue;
	background-color: rgba(115, 184, 255, 0.4);
	
}
#bez{
	border: medium;
	border-style: solid;
	border-color: blue;
	height: 100px;
	
	
	
}
img#photo4{
	bottom: 0px;
	right: 0px;
	position: absolute;
	
}
img#photo3{
	bottom: 50px;
	right: 1100px;
	position: absolute;
	border: medium;
	border-style: solid;
	border-color: purple;
	
}
img#photo2{
	bottom: 150px;
	right: 1000px;
	position: absolute;
	border: medium;
	border-style: solid;
	border-color: purple;
	
}
img#photo1{
	bottom: 0px;
	right: 1250px;
	position: absolute;
	border: medium;
	border-style: solid;
	border-color: purple;
	
}
img#photo5{
	bottom: 50px;
	right: 900px;
	position: absolute;
	border: medium;
	border-style: solid;
	border-color: purple;
	
}
#photo6{
	bottom: 800px;
	right: 1700px;
	position: absolute;
	opacity: 0.4;
	
	
}
#ramka{
	border: 3px solid green;
	
	width: auto;
	padding-top: 40px;
	height: 300px;		
	
	
}
#wys{
	

	background-color: orange;
	width:80px;
	height: 50px;
	padding:10px;
	text-align: right;
	text-decoration: none;
	
	position:fixed;
	border-radius: 0 50px 50px 0;
	top: 200px;
	left: -70px;
	transition:1s;
	
	
}

#wys:hover{
transition:1s;
	left: -10px;
}
h1{
	
	width: margin: 20px;
}