*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: none;
	box-sizing: border-box;
    /* color: white; */
    line-height: 1.3;
}
*::before,
*::after {
	display: inline-block;
}
body,
html {
	height: 100%;
}
body {
	line-height: 1;
}
a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
}

button {
	background-color: transparent;
	cursor: pointer;
}

cite {
	font-style: normal;
}
