
	.button4{
	font-family:A Jannat LT;
	font-size:20px;
	width:250px;
	cursor:pointer;
	height:50px;
	background-color:white;
	border:1px;
	border-radius:10px;
	border-color:white;


	}
	
	.button4:hover{
	font-family:A Jannat LT;
	font-size:20px;
	width:200px;
	cursor:pointer;
	height:50px;
	border-color:gray;
	border:10px;
	border-radius:10px;


	}
	
	.button5{
	font-family:A Jannat LT;
	background-color:darkgray;
	font-size:20px;
	width:200px;
	cursor:pointer;
	height:50px;
	background-color:white;
	border:1px;
	border-radius:10px;
	border-color:white;


	}