body {
    margin: 0;
}



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

input,
button,
textarea,
select,
applet, object, iframe,
p, blockquote, pre, abbr, acronym,
address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var,b, u, center,
dl, dt, dd, fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font: inherit;
    margin: 0 !important;
}

/* Remove estilos padrão de listas */
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Links */
a {
    text-decoration: none;
    transition: 0.3s ease;
}

a:hover {
    text-decoration: none;
}

/* Imagens responsivas */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Inputs herdam tipografia */
input,
button,
textarea,
select {
    font-family: inherit;
}