*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
}

img,
picture {
  max-width: 100%;
  display: block;
}