*{
	padding: 0;
	margin:0;
	box-sizing: border-box;
	outline: none;
}

button{
	outline: 0!important;
	box-shadow: none!important;;
}

button:focus{
	outline: 0!important;;
	box-shadow: none!important;
	border: 0;
}

a{
	text-decoration: none;
}

ul, li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

