/* template.css */
html, body {
  margin: 0;
  padding: 0;
}

.ms-main {
  padding: 28px 12px 60px;
  min-height: calc(100vh - 140px);
}
