body{
	 background-image:url(../images/books1.jpg);
	 background-repeat:no-repeat;
	 background-size:cover;
	 width:100%;
	 height:100vh;
	 overflow:auto;
	 
}

/*---for heading-----*/
.heading{
	 text-decoration:bold;
	 text-align : center;
	 font-size:30px;
	 color:#F96;
	 padding-top:10px;
}

/*-----for border----*/
.container{
	font-family:Roboto,sans-serif;
     font-size: 14px;
	 text-align : right;
    color: white;
	background-image:url(../images/dbb-bg.jpg);
	margin: 0 auto;
	opacity: 0.8;
	box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
	padding-top: 10px;
	margin-top: 120px;
	padding-top: 10px;
	padding-bottom: 5px;
     max-width: 600px;
}
	
