@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;
}

.container-text {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	justify-content: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.pdf-detail {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	
}





.new-container {
	background: rgba(255, 255, 255, 0.5);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	text-align: center;
	padding: 2rem 2rem;	
}

.new-container img {
	width: 80%;
	
}

.new-text {	
	text-align: center;
	padding-top: 1rem;
	
}

























