#left {
  float: left;
  width: 300px;
  min-height: calc(100vh - 40px);
  background: #0f1c26;
  display: flex;
  flex-direction: column;
}