.Sidebar {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
background-color: var(--bg-light);
border-radius: 25px;
padding: 10px;
}