@charset "utf-8";
/* CSS Document */
*
{
	padding: 0;
	margin: 0;
}

body {
	background-image: url("../Picture/5532862.jpg");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-text {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.header-text h2 {
	text-align: center;
	font-weight: 800;
}

.header-detail {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}