html {
	box-sizing: border-box;
	font-family: Muller;
	font-style: normal;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}
