body, html {
	height: 100%;
	margin: 0;
	font: 400 18px/1.4  sans-serif;
	color: #aaa;
	scroll-behavior: smooth;

}



.maingrid
{
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 10px auto auto 10px;
	grid-template-rows: 50px repeat(20, auto) 50px;
	background-color: #222426;
	}


h2 {
    font-family: "Anton", sans-serif;
	margin: 0;

	font: 22px;
}

h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #111;
}

a:link {
  color: #fff;
}

/* visited link */
a:visited {
  color: #fff;
}

/* mouse over link */
a:hover {
  color: #fff;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #fff;
}