@page {
    margin: 0;
  }
  
body {
	margin: 0;
	position: relative;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 1;
	/*background-image: url("../images/logo-w.png");*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 300px 77px;
	opacity: 0.1;
	-webkit-print-color-adjust: exact !important;
	print-color-adjust: exact !important;
}

header {
	display: none;
}

img.landing {
	max-width: 100%;
	height: auto;
	display: block;
}

img.water {
	position: fixed;
	left: 0;
	top: 0;
}