body {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: poppins, sans-serif;
}

button,
a,
input {
    outline: none;
    border: none;
    box-shadow: none;
}

a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
nav,
footer,
section,
article,
aside,
header,
figure,
figcaption,
ul,
ol,
li,
table,
tr,
td,
th,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}
