

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
button,
figure,
figcaption
{
	margin: 0;
	padding: 0;
  font-weight: unset;
}


li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box
}
