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

body {
	min-height: 100vh;
    display: flex;
    flex-direction: column;
}

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

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

aside, nav, footer, header, section, main {
	display: block;
}

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

img {
	vertical-align: top;
}

img, svg {
	height: auto;
}

address {
  font-style: normal;
}

input, textarea, button, select {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}