html {
	background-image:url(images/green%20tile.jpg);
	font-family: Courier New;
    color:#6ce26c;
}

#container {
    border: #4cac4c 10px solid;
    background-color: #111111;
    height: 100%;
	margin: auto;
	margin-top: 90px;
	margin-right: 300px;
	margin-left: 300px;
	margin-bottom: 20px;
	padding: 10px;
	padding-top: 10px;
    display: grid;
	grid-gap: 10px;
}

h1 {
  text-decoration-line: underline;
}

/*highlighter*/
	::selection{
	background: #379137;
	color:#fffafa;
}

/*link color*/
	a {text-decoration: none;color: #6ce26c;}