body {
  background-color: white;
  color: black;
  font-family: Verdana;
  {

.sidebar {
  width: 250px; /* Fixed width */
  min-height: 100vh; /* Full screen height */
  background-color: #f4f4f4;
}

.content {
  flex: 1; /* Takes up remaining space */
  padding: 20px;

}