*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, figure,
ul, ol,
dl, dd {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}


input,
button,
textarea,
select {
    font: inherit;
}