*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	color:rgb(128,128,128);
}
*::-webkit-scrollbar{width:0px;height:0px}
body,#nav_content {
	background:url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCAAQABgDABEAAREBAhEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAgEI/8QAJBAAAgAFBAEFAAAAAAAAAAAAAQIAAxETISIxM1ESIzJBYdH/xAAUAQEAAAAAAAAAAAAAAAAAAAAA/8QAFBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAAABEQIRAD8A12iJal0lS/YpNUGcCAglpd40Ogmlsdj4gF4Jn0pedtCwBZZZKC2mXXZB2PqARRc0lSuuMfkBERKObSHWRxjoQH//2Q==");
  background-attachment: fixed; 
}
.watermark{
	position:fixed;
	top:0;
	z-index:-999;
}
#logo{
	position:fixed;
	top:0;
	z-index:-99;
	padding:30px 0;
	width:100%;
	text-align:center;
}
#title{
	font-size:5em;
	font-weight:bold;
	user-select: none;
	color:#ecf0f3;
	text-shadow: 1px 1px 2px red, -1px -1px 2px #007af7;
	}
#box{
	width:calc(80% - 40px);
	margin:auto;
	margin-top:200px;
	box-shadow: 2px 2px 5px #000;
	padding:20px;
	border-radius:10px;
    background:whitesmoke;
	}
#statement{
	width:100%;
	position:fixed;
    bottom:0;
    left:50%;
    transform:translate(-50%);
    z-index:-99;
	}
@media (max-width:550px) {
#box{
	width:calc(100% - 40px);
	border-radius:0;
}
}
#topic{
	font-size:2em;
	text-align:center;
	}
#author{
	text-align:center;
	margin:20px 0;
	}
#article{
	text-indent: 2em;
	line-height:2;
	}
#article p{
	margin-top:20px;
	text-indent: 2em;
	line-height:30px;
}
	#article p span{
	background:linear-gradient(to right,#7e2f2b,#146420)no-repeat right bottom;
	background-size:0 2px;
	transition:background-size 1s;
	    padding-bottom: 5px;
	}
#article p span:hover{
	background-position:left bottom;
	background-size:100% 2px;
}
#copyright,#contact{
	width:100%;
    text-align:center;
    -webkit-transform: scale(0.8);
    font-size:14px;
    /* font-weight:bold; */
}
#Declare{
    font-size:12px;
    margin-top:10px;
    text-align:center;
    margin-bottom:150px;
	}