html {
  box-sizing: border-box;
  font-family: sans-serif;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #AF6400;
  background-image: url("images/Melamine-wood-005.png");
  background-repeat: repeat;
  margin: auto;
  text-align: center;
}

h1, h2, footer {
  color: white;
  font-weight: bold;
  text-shadow: 4px 4px 4px black;
  padding: 0;
  margin: 15px 10px;
}

h1 {
  font-size: 50px;
  margin-bottom: 0;
}

#greenLine {
  width: 95%;
  height: 4px;
  background-color: green;
  box-shadow: 4px 4px 4px black;
  margin: 0 0 0 15px;
}

h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.linkGroup {
	display: inline-block;
	margin-top: 20px;
	padding-top: 10px;
	border: 2px solid green;
	background-color: white;
	width: 300px;
	height: 150px;
}

.subRow {
	color: black;
	font-size: 24px;
	margin: 0px;
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: #FF0000;
}

footer {
  margin-top: 25px;
  margin-bottom: 50px;
}

footer a {
  color: white;
}

footer a:hover {
  color: red;
}
