
 header  .header{

 	width:100%;
 	height:80px;

 	background-color: #9708CC ;
 }
header .header button {
	float: right;
	width: auto;
	padding: 1% 2% 1% 2% ;
	height: 80%;
	background-color: transparent;
	border-style: none;
color: #FFFFFF;cursor: pointer;
font-size:20px;
font-weight: bold;
}header .header button img{
	width: 30px;
}header .header button  .logo{
	border-radius: 50%;
	width: 50px;
	height: 50px;
}



