@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 Section*/
.header-ob a {
	font-size: 2.5rem;
}

.header-ob {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

.header-data {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding-bottom: 30rem;
	padding-left: 15rem;
	padding-right: 15rem;
}

.header-ob h1 {
	font-weight: 800;	
}

.container-p {
	background: rgba(255, 255, 255, 0.5);
	padding-left: 5rem;
	padding-right: 5rem;
	padding-bottom: 15rem;
	
}
.container-p a1 {
	font-size: 1.2rem;
}

.container-p a {
	text-decoration: none;
	color: #000000;
	font-size: 1.1rem;
	padding: 5px;
}

.container-p a:hover {
	color: #FFFFFF;
	background-color: #660000;
	transition: 0.4s;
	border-radius: 8px;
}
.container-p img {
	width: 100%;
}
/*Header Section*/



@media screen and (max-width:1000px) {
	.container-p {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
