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

*:focus{
    outline: none;
}

html, body, header, footer, nav, section, div, img, picture, video, canvas, svg, iframe, figure, fieldset, input, button, textarea, label, p, h1, h2, h3, h4, h5, h6, a, ol, ul, li{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 1;
}

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

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

figure{
    line-height: 0;
}

ul, ol{
    list-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

a{
    text-decoration: none;
    color: inherit;
}