/*Top anchor*/
#top_anchor {
	position:fixed;
	right:2vw;
	bottom:5vh;
	cursor:pointer;
	z-index:99999999;
	display:none;
}
#top_anchor svg {
	width:40px;
	height:40px;
}