:local {
  .wrapper {
    background-color: white;
    min-height: calc(100vh - 208px); // 208px is the height of the header
                                     // might want to make this configurable in the future
                                     // - Billy Montgomery
  }

  .content {
    max-width: 900px;
    padding: 20px;
    margin: auto;
  }  
}
