body{
	background-image: url(../img/three-bg.png);
	background-size: 100% 100%;
}
.detailpage{
	padding: 30px 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.detailpage h2{
	width: 100%;
	text-align: center;
}
.detailpage .line1{
	width: 80%;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: left;
}
.myvideo{
	margin-left: 15%;
}
.img{
	width: 70%;
	margin-bottom: 20px;
}
.detailpage .line2{
	width: 80%;
	font-size: 20px;
	/* font-weight: bold; */
	margin-bottom: 30px;
	text-align: center;
}
.detailpage .title{
	font-size: 22px;
	font-weight: bold;
}