@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: 5rem;
	padding-bottom: 1rem;
	font-size: 2.5rem;
}

.header img {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.title .container {
	background-color: rgba(255, 255, 255, 0.5);
}

.title .title-text {
	padding: 2rem 8rem;
}

.pdf .container {
	background-color: rgba(255, 255, 255, 0.5);
}

.pdf .pdf-show {
	text-align: center;
	padding: 1.5rem 1.5rem;
}

.link .container {
	background-color: rgba(255, 255, 255, 0.5);
}

.link .link-text {
	padding: 1.5rem 8rem;
}







