
body,section,div,p,header,ul,li,h1,h2,h3{
	margin:0;
	padding:0;
	style:none;
	list-style:none;
	font-family:system-ui;
	font-weight:100;
	letter-spacing:2px;
	color:#545454;
	line-height:22px;
}

a:any-link{
	text-decoration: none;
	color:#545454;
}

a:hover{
	color:#A9A9A9;
}

#on{ border-bottom: solid 2px rgb(151, 180, 131);}

@media screen and (max-width:1000px){

body,section,div,p,header,ul,li,h1,h2,h3{
	font-weight:100;
	font-size:28px;
	line-height:40px;
}

}