html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  height: 100%;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.container {
  max-width: 960px;
}

.main-container {
  margin-top: 24px;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #EFEFEF;
}
