* {
	padding: 0px;
	margin: 0px;
	border: none;
}

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

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

ul, ul li {
	list-style: none;
}

img, svg {
	max-width: 100%;
	height: auto;
}

button {
    display: inline-block;
    box-shadow: none;
    background: none;
    cursor: pointer;
}