*{
	margin:0px;
	padding:0px;
	font-family:'roboto',sans-serif;
}
/*=============================== Part of close =========================================*/
.main_close{
	align-items:center;
	justify-content:space-between;
	text-align:right;
	font-size:40px;
	display:flex;
}
a{
	color:white;
	background-color:red;
}
.fa-xmark{
	text-align:center;
	width:150%;
}
.close1{
	margin-left:60px;
	font-size:20px;
	color:gray;
}
.close{
	cursor:pointer;
	color:red;
	border:1px solid black;
	margin-right:65px;
	margin-left:60px;
}
/*============================== Part of marquee tag =====================================*/
marquee{
	cursor:pointer;
	HEIGHT:30PX;
	font-size:25px;
}
/*============================== Part of book div tag =========================================*/
.library{
	margin-left:60px;
	margin-right:60px;
	margin:5px;
	padding:5px;
}
.lib_sec{
		margin-left:60px;
		margin-right:60px;
		font-weight:bold;
		font-size:20px;
		border-bottom:1px solid black;
		}
.container{
	width:100% auto;
	margin-left:60px;
	margin-right:60px;
	display:flex;
	flex-wrap:wrap;
	justify-content:start-end;
}
p{
	margin-inline:30px;
	color:white;
}
.fa-download{
	margin-inline:8.5px;
}
.a{
	background-color:green;
}
BUTTON:hover{
	color:black;
}
BUTTON{
	color:white;
	background-color:green;
	border:1px solid white;
	width:80%;
	cursor:pointer;
	font-size:19px;
	margin-top:8px;
	margin-inline:20px;
}
img{
	margin:3px;
	padding:3px;
	height:211px;

}
.book{
	align-items:center;
	background-color:green;
	margin:0px;
	padding:0px;
	display:flex;
	flex-wrap:wrap;
	border:7px solid white;
	height:211px;
}
/* ===================================================================== Part of link (book section) ===================================================*/
.link{
	display:flex;
	margin-left:65px;
	margin-right:65px;
	display:flex;
	flex-direction:row;
}
.box{
	border:2px solid blue;
	/*box-shadow:0 0 20px 2px rgba(5,7,0.1);*/
	width:200px;
	text-align:center;
	padding:12px;
	margin:12px;
	background-color:rgb(2,2,26);
	border-radius:20px;
	transition:1s;
}
.lnk{
	background-color:white;
	color:white;
	text-decoration:none;
}
.box:hover{
	transform:scale(0.7);
	z-index:1;
}
 /*=========================================== Part of project (Table)============================================*/
 
.table{
	margin-left:65px;
	margin-right:65px;
	margin:12px;
	padding:12px;
	display:flex;
	justify-content:center;
}
table{
	width:80%;
	height:80px;
}
.tr{
    background-color:rgb(2,2,26);
	color:white;
}
th{
	border-collapse:collapse;
	border:1px solid gray;
}
td{
	border-bottom:1px solid gray;
}
.proj{
	background-color:white;
	color:blue;
}
