body {
  margin: 0;
  padding: 24px;
  text-align: center;
  font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  line-height: 1.5;
  color: #222;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  background: #ededed;
  box-sizing: border-box;
  -webkit-user-drag: none;
  font-feature-settings: "pnum" 1, "kern" 1, "liga" 1;
}

.header {
  padding: 24px 0;
}

h1 {
  margin: 0;
  font-weight: 400;
}

.description {
  margin: 0 0 8px;
}

section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

svg {
  display: block;
  margin: 8px;
  flex: 0 0 auto;
  background: #fff;
}
