* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grey {
  background: #eee;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

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