* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*::before,
*::after {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul,
ol,
li {
	list-style: none;
}

button,
input {
	outline: none;
	border: 0;
}
input:focus {
	outline: none;
}
img {
	vertical-align: top;
}
textarea {
	resize: none;
}
.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}
.clearfix::after {
	clear: both;
}
