body{
	margin: 0 auto;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

input{
	padding: 0;
	background-color: transparent;
	border:none;
	outline: none;
}

a,a:hover{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

svg{
	fill: currentColor;
}