.logo{
width:200px;
margin:0px 3px;
}
.logo:hover{
border-radius:5px 5px 5px 5px;
width:210px;
}
.header{
background-color:white;
width:100%;
height:90px;
margin:5px -10px;
font-size:50px;
border-radius:3px 3px 3px 3px;
}
.header:hover{
    
    border-color:maroon;
}
ul{
list-style-type:none;
margin-top:150px;
float:right;
border-width:2px;
border-color:white;
}
ul li{
display:inline-block;
}

ul li a{
text-decoration:none; 
color:white;
padding:10px 12px;
border:1px  solid transparent;
transition:0.6s ease;
background-image:url(kele.jpg);
border-radius:3px 3px 3px 3px;
Font-Family:Sans-serif;
}
ul li.active a{
background-color:#fff;
color:#000;

}
ul li a:hover{
   background-color:lightgrey;
   color:maroon;
   
}
.titleDiv{
   float:right;
   margin:-200px  20px;
   Font-size:12px;
   text-align:center;
}body{
    background-image:url(kele.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:100%;
    border-radius:5px 5px 5px 5px;
   
}
.slaoganDiv{
  margin:500px 0px;
  color:maroon;
  width:1850px;
  background-color:white;
  Font-Family:Sans-serif;
  text-align:right;
}