* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, address, strong {
	font-weight: inherit;
	font-style: inherit;
	margin: 0;
}

body {
	margin: 0;
}

a, a:active, a:visited {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg {
	display: block;
	width: 100%;
	height: auto;
}

button {
	border: none;
	background-color: transparent;
	padding: 0;
}