*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

.App {
  margin: 20px;
}

img {
  max-width: 100%;
}
