@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.container {
  background-color: #ecf0f1;
  display: flex;
  flex-direction: column;
}

app-product {
  margin: 8px;
  /* max-width: 720px; */
}
