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

img,
svg,
canvas {
  display: block;
  max-width: 100%;
}
