.site-body {
  flex: 1;
  background-color: beige;
  display: flex;
  flex-direction: column;
  padding: 10px;
  overflow: auto;
}