html, body {
  margin: 0;
  height: 100%;
  background-color: #fff;
}

main {
  margin: auto;
  height: 100%;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  position: fixed;
}/*# sourceMappingURL=underconstruction.css.map */