.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 16px;
}

.page{
  flex: 1;
}


