html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    text-rendering: optimizeLegibility;
}

img,
video,
canvas {
    max-width: 100%;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.site-shell {
    position: relative;
}
