body {
	background: #000 url(tess-gaerthe.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
	font-family: 'Montserrat', sans-serif;
	color: #D0C88A;
}
.links {
	padding: 30px;
}
.links h1 {
	margin: 0 0 15px;
}
.links a {
	color: white;
  font-size: 32px;
  display: inline-block;
  padding: 0 18px;
}
.links a:hover,
.links a:active,
.links a:focus {
	color: #26683E;
}