html { width: 100%; height: 100%; }
body { color: white; background: black; width: 100%; height: 100%; }
.page { overflow-y: scroll; }

body {
	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='background-grid' width='15' height='15' patternUnits='userSpaceOnUse'%3E%3Cpath d='M 15 0 L 0 0 0 15' fill='none' stroke='rgb(12,53,74)' stroke-width='1'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='100%25' fill='url(%23background-grid)' /%3E%3C/svg%3E");
}