body {
  flex: 1;
  display: flex;
  height: 100vh;
  flex-direction: column;
}

.logo {
  font-size: 45px;
  font-family: Aller, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #16151d;
}

input {
  max-width: 400px;
}

.content {
  overflow: auto;
  flex: 1;
}

.container {
  max-width: 800px;
}

.footer {
  height: 50px;
  line-height: 50px;
  /* Vertically center the text there */
}

.button-bar {
  margin-top: 0;
}

@media (max-width: 768px) {
  .button-bar {
    margin-top: 0.5rem;
  }
}
@media (max-width: 576px) {
  .logo {
    font-size: 1.5rem;
  }

  .footer {
    font-size: 0.7rem;
    height: 30px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=site.css.map */
