@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-top: 2rem;
	padding-bottom: 3rem;
	font-size: 2rem;
	padding-right: 5rem;
	padding-left: 5rem;
}

.pic .container {
	background: rgba(255, 255, 255, 0.5);
}

.pic .data-pic {
	text-align: center;
	padding-bottom: 2rem;
}

.pic .data-pic img {
	width: 40%;
	border-radius: 10px;
}


.download .container {
	background: rgba(255, 255, 255, 0.5);
	padding: 1rem 8rem;
}

.download .dw-text a1 {
	font-size: 1.2rem;
	background-color: #660000;
	color: #FFFFFF;
	padding: 3px;
	border-radius: 8px;
}

.download .dw-text a {
	text-decoration: none;
	color: #222222;
	padding: 3px;	
}

.download .dw-text a:hover {
	background-color: #660000;
	color: #FFFFFF;
	border-radius: 8px;
	transition: 0.4s;
}

.dw-text img {
	width: 100%;
	border-radius: 10px;
}

.post .container {
	background: rgba(255, 255, 255, 0.5);
}

.post .text-title {
	text-align: center;
	font-size: 1.2rem;	
}

.post .post-data {
	text-align: center;
	font-size: 1rem;
	padding-bottom: 3rem;
}










