html, body, div, span, iframe, pre,
img, sub, sup,
dl, dt, dd, ol, ul, li, h1,h2,h3,h4,h5,h6,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header,
menu, nav, section, time{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1 }
ul, menu { list-style: none }

table { border-collapse: collapse; border-spacing: 0 }
a { 
	color: inherit; 
	text-decoration: none;
	cursor: pointer
}
  
* {
	box-sizing: border-box
}

html {
	font-family: 'Poppins', sans-serif;

}

body,h1,h2,h3,h4,h5,h6,p { font-family: 'Poppins', sans-serif }