body::before {
	content: '';
	position: fixed;
	top: 2vw;
	left: 2vw;
	width: 30vw;
	height: 30vw;
	background: url('/linknlog-icon.svg') no-repeat top left / contain;
	opacity: 0.04;
	pointer-events: none;
	z-index: 0;
}
