h1 {
	color: white;
	text-align: center;
	font-size: 200px;
}

.space1 {
	height:400px;
}
.space2 {
	height:1000px;
}

.dairy {
	margin:0 0 0 20px;
	width:500px;
	height:440px;

	background:rgba(0,0,0,0) ;


}

.box {
	position:relative;
	margin:auto auto;
	display: flex;
	width: 900px;
	overflow-x: scroll;
}

.box div {
	width:100%;
	margin:5px;
}


.background {
	background-image: url("image1.jpeg");
	background-attachment:fixed;
	background-size: cover;
	background-position: center center;
	width: 100%;
/*	height: 100%;
*/
}

.picture {
	position: relative;
}


.coment {
	position: absolute;
	color:rgba(255,255,255,0);
	top:20px;
	left:20px;
}


.img {
	position: relative;
	margin: 0 auto;
	display: block;
	width:410px;
	top:0px;
}


div.date {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color:white; 
	background:rgba(0,0,0,.7 ;
	width:550px;
	height:70px;
}
