.sidebar {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #f5f5f5;
  transition: all 0.2s ease;
}

.open {
  width: 250px;
}

.closed {
  width: 0;
}
