div, h1, h2, h3, h4, h5, h6, p, a, ul, li, input {
  margin: 0;
  padding: 0;
}


body {
  line-height: 1;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
}

figure {
  margin: 0;
}

input:focus, textarea:focus, select:focus{
  outline: none;
}
