* {
  margin: 0;
}

html, body, .container {
  height: 100%;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.container img {
  width: 200px;
  padding-bottom: 50px;
}

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