
.logo{
width:200px;
margin:0px 3px;
}
.logo:hover{
border-radius:5px 5px 5px 5px;
width:210px;
}
.titleDiv{
   float:right;
   margin:-200px  20px;
   Font-size:20px;
   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;
   
}
.header{
background-color:white;
width:100%;
height:70px;
margin:5px -10px;
font-size:50px;
border-radius:3px 3px 3px 3px;
}
.slaoganDiv{
    
    
    background-color:inherit;
     border-radius:5px 5px 5px 5px;
    padding: 2px 5px;
    margin:200px 300px;
    width:100%;
    position:fixed;
    background-color:white;
}
