@charset "UTF-8";
/*** jyan.css ***/

* {
	box-sizing: border-box;
}
	
body{
	font-family: sans-serif;
	background: #fefdfa;
	}
h1 {
	background-color: lightgreen;
	border-radius: 10px;
	text-align: center;
	}
.hp_photo {
	display: flex;
}
.photo2 {
	background-color: rgb(135,206,250,0.3)
	;
	text-align: center;
}
.photo3 {
	background-color: rgb(119,136,153,0.3);
	text-align: center;
}
img {
	width: 80%;
}

