* {
	padding: 0;
	margin: 0;
	line-height: 1;
	border: none;
	box-sizing: border-box;
}

body,
main,
nav,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
ol,
li,
dt,
dd {
	display: block;
}

a,
img,
span,
button {
	display: inline-block;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	opacity: 0.5;
}

ul,
ol {
	list-style: none;
	list-style-type: none;
}