.menu_container {
font-family: "Figtree", sans-serif;
display: flex;
flex-direction: row;
}
.s-lc-avail-content {
display: none;
}
.sidebar {
background-color: rgb(255, 255, 255);
width: 25%;
height: 800px;
margin-right: 20px;
}
.sidebar a {
text-decoration: none;
...