*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}

nav{  
     background-color: rgb(125, 174, 189); 
    padding:5 px;

}
.navv{
    border-radius: 20px;
     width:100px; 
    height:55px;
}
 ul{
    display:flex;
    justify-content: space-evenly;
    align-items: center;  

}  
li{
    list-style-type: none;
    
}
a{
    text-decoration: none;
}
i{
    font-size: 25px;
}
input{
  width:250px;
  height:30px;
  border-radius: 10px;

}
.by{
    width:1334px;
    height:500px;
}
.bc{
 text-align:center;
 font-size: 70px;
}
.fig{
    display:inline-block; 
    border:3px solid black;
    padding:25px;
    margin-top: 25px;
    margin-left: 90px;
    margin-right: 23px;
    background-color:white ;
    text-align:center;

}
.fg{
    
 background-color:  rgb(125, 174, 189);

}
.image{
    width:225px;
    height:220px;
}
h2{
    font-size: 30px;
}
button{
    border-radius: 20px;
    background-color:red;
    color:white;
    font-size: 15px;
    padding:10px;
    
}
article{
    background-color:rgba(9, 3, 68, 0.911);
    padding:25px;

    color:white;
font-size:20px;
    columns: rows;
    column-gap: 10px;
    column-count: 5;
}
.last{
    background-color:rgba(52, 42, 138, 0.911);
    text-align:center;
    padding:10px;
    color:white;
}