*{
    margin: 0;
    padding: 0;
}
nav{
    
    color:rgb(255, 0, 0);
    padding: 10px;
    text-align: center;

   display: flex;
}

li,h1,ul{
    display: inline;
    padding: 2px;
}

ul{
    margin-left: 60%;
}

li{
    color: rgb(252, 2, 2);
}
li:hover{
    color: rgb(3, 70, 255);
}
li{
    cursor:pointer;
}

.one{
background-size: cover;
background-image: url("/iimg/abbu.jpg");
height:909px;
width: 400x;
}


.search{
    text-align: center;
    padding: 40px;
    height: 30px;
  width: 100x;



align-items: center;
box-shadow: 10px rgb(252, 2, 2);


}




input:hover{
    color: rgb(2, 252, 2);
}

input{
    
    height: 5px;
    width: 50%;
    padding: 13px;
    border-radius: 30px;
    margin-top: 15px;
}



.box{
    border-color: black;
    border-width: 3px;
    border-style: solid;
    height: 104px;
    width:150px;
    display: inline-block;
    
    margin: 50px;
 margin-left: 80px;
}

.box:hover{
    color: rgb(69, 2, 252);
}

.cen{
    margin: 70px;
}



.bot{
    padding: 12px;
    text-align: center;
margin: 5px;
background-color: rgb(4, 252, 57);
color: azure;
}
.bot:hover{
    color: rgb(68, 21, 95);
}


