.sidebar {
width: 250px;
background-color: #333;
color: white;
height: 100%;
position: fixed;
}
.logo-container {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
text-decoration: none;
color: white;
font-weight: bold;
font-size: 24px;
padding-top: 20px;
}
.navbar ul li a i {
margin-right: 10px;
}