* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
}

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