@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	background-image: url("../../Picture/5532862.jpg");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.header .container {
	background: rgba(255, 255, 255, 0.5);
	
}
.header-text {	
	text-align: center;
	padding: 2.5rem 11rem;
	font-size: 2.5rem;
}

.text .container {
	background: rgba(255, 255, 255, 0.5);
	padding: 0rem 8rem;
}

.text .text-detail {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.text .text-detail a1 {
	font-size: 1.2rem;
}

.text-detail img {
	padding: 1.5rem 5rem;
	width: 100%;
}

.img .container {
	background: rgba(255, 255, 255, 0.5);
}

.img-detail {
	text-align: center;
	padding: 1.5rem 0rem;
}

.img .img-detail img {
	width: 90%;
}

.text-link .container {
	background: rgba(255, 255, 255, 0.5);
	padding-left: 5rem;
	padding-bottom: 3rem;
	text-align: center;
}

.text-link .link-detail {
	text-align: left;
	padding-left: 15rem;
}

.text-link .container a1 {
	text-align: center;	
	font-size: 1.2rem;
}




