*{ margin: 0; padding: 10; box-sizing: border-box;}

.navclass{
	margin-bottom: 20px;
}

	.footerclass{
	margin-top: 20px;
	margin-bottom:0;
}
	
.section{
	width:60%;
	margin:0 auto;
}

footer a{
	text-decoration: none;
	font-size: 17px;
}
footer li{margin-bottom: 13px;}


.links{
	padding:15px;
	
}

#saurabh-jha{
	background:url("this_code_was_made_by_saurabh_Jha");	
	/*this_code_was_made_by_saurabh_Jha*/
}

@media screen and (max-width: 600px){
.section{	
	width:75%;
	margin:0 auto;
}
}

iframe{
	border: none;
	border-radius: 25px;
}

.Event_link{
	border: 2px solid red;
	border-radius: 25px;
	padding: 7px;
	background-color: red;
	color: #fff;
}

.Event_link:hover{
	color: #fff;
	text-decoration: none;
	background-color: rgb(167, 0, 0);
	border: rgb(167, 0, 0);
}

.head_section{
	display: flex;
	justify-content: space-between;
}
.bix_sec{
	color: #000;
	border-radius: 25px;
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-weight: 500;
	font-size: large;
}

.bix_sec:hover {
	background-color: #f1f1f1;
}