body {
  background-image: url("backgroundLines2.png");
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-attachment: fixed;
	color: white;
}

img {
	image-rendering: pixelated;
	vertical-align: top;
}

h1 {
  text-align: center;
  font-size: 80px;
	line-height: 80px;
	margin: 0;
	margin-left: 10px;
	vertical-align: top;
}

h2 {
  text-align: center;
  font-size: 1.5vw;
  margin-bottom: 60px;
}

h3 {
  font-size: 22px;
  margin-right: 20%;
  margin-left: 20%;
}

#grid {
	display: grid;
	width: 900px;
	height: 900px;
	grid-template-columns: repeat(9, 1fr);
}

.tile {
	background-color: #bbb;
	border: 2px solid black;
	font-size: 16px;
	color: white;
	text-align: center;
	box-sizing: border-box;
	background-size: 96px 96px;
	background-repeat: no-repeat;
	image-rendering: pixelated;
}