*{ 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;
}
	
.links{
	padding:15px;
}

footer a{
	text-decoration: none;
	font-size: 17px;
}
footer li{margin-bottom: 13px;}


#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;
}	
img{
		max-height: 100%;
		max-width: 100%;
}
}

iframe{
	border: none;
	border-radius: 25px;
}
/*this_code_was_made_by_saurabh_Jha*/