body {
  margin: auto;
  background: #F4F6F8;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  max-width: 760px;
  margin: auto;
  background: #FFF;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer {
  flex-grow: 1;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  padding-bottom: 128px;
}

footer>div {
  width: 100%;
}

.user-event-wrapper {
  margin-bottom: 138px;
}

main {
  min-height: 70vh;
}