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


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


:root {
	
}


html {
	font-size: 16px;
}


body {
	min-height: 100vh;
}


table {
	width: 100%;
	max-width: 100%;
}


img {
	width: 100%;
	max-width: 100%;
}


a:hover {
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
}


p {
	text-align: justify;
}


select, button {
	font: inherit;
}


ol, ul {
	/* padding-left: 0; */
}


li {
	list-style-type: none;
}