body,
h1,
h2,
h3,
h4,
p,
ul,
li,
a,
dl,
dt,
dd,
table,
tr,
th,
td,
span {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    line-height: 1;
    outline: none;
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    background-color: unset;
    outline: none;
    border: none;
}

div,
section,
article,
figure,
picture {
    box-sizing: border-box;
    margin: 0;
    display: block;
    padding: 0;
}