@charset "UTF-8";
/* CSS Document */
body{
	background-image: url("../img/back.JPG");
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1000px;
}

.komimg{
	text-align: center;
}

.endbun{
	text-align: center;
	font-size: 25px;
	
}