.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#site-content {
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#site-footer {
  background-color: #f5f5f5;
}

#site-footer p {
  margin-top: 1rem;
  text-align: center;
}

.status-text {
  margin-top: 0;
  margin-bottom: 0;
}

#site-content h1:first-child {
  padding-bottom: 1rem;
}
