.layout {
  display: flex;
  min-height: 100vh;
}


.sidebar {
  border-right: 1px solid black;
  width: 220px;
  position: sticky;
  top: 0;
}

.content {
  flex: 1;
}

.indent {
  text-indent: 20px;
}