.navbar{
justify-content: space-around;
justify-items: center;
display: flex;
background-color: #0045;
color: #fff;
align-items: center;  
}
.navbar{
position: -webkit-sticky;
position: sticky;
top: 0;
}
.logos{
font-size: 22px;
color:#fff; 
}
ul li{
float: inline-start;
list-style: none;
}
ul li a{
font-size: 22px;
padding: 14px 14px;
list-style: none;
text-decoration: none;
color: #000;
}
ul li a:hover{
color: #fff ;
background-color: #333;
}
 