body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
header,
menu,
section,
p,
input,
td,
th,
ins {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--white);
}

img {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

button {
  border: none;
  outline: none;
}
