.main-content {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: auto; }
  .main-content.no-header {
    padding: 5% 0; }

