#layoutWrapperOuter {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: auto;
  max-width: fit-content;
  flex-wrap: wrap;
  justify-content: center;
}

#layoutWrapperInner {
   display: flex; 
  flex-direction: column; 
  align-items: flex-end; 
  margin-top: -100px; 
  flex-basis: 550px; 
  flex-grow: 1; 
  max-width: 1235px;
  font-family: 'vrc';
}

#leftSidebar {
    border: 5px black solid;
    background-color: #333333;
    width: 200px;
    padding: 20px;
    line-height: 20px;
    font-size: smaller;
    font-family: 'vrc';
}