*, *::before, *::after {
	box-sizing: inherit;
}
h1{
	font-size: 2rem;
	font-family: 'Lato', sans-serif;
}
h2{
	font-size: 1.9rem;
	font-family: 'Lato', sans-serif;

}
h3{
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
}
/* html, body {
	height: 100%;
} */
html {
	box-sizing: border-box;
}
body {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ul {
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}
a{
	text-decoration: none;
}