body{
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
app-nav{
	position: sticky;
	z-index: 2;
	top: 0;
	display: flex;
}
main{
	/*height: calc(100dvh - 70px);*/
	overflow-x: hidden;

}