ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

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

body {
	margin: 0;
	padding: 0;
}
