body {
  background-color: #000000;
	height: 100vh;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	color: #ffff;
}

nav, body, #footer-nav {
  padding: 1em;
}

footer {
  padding: 1em;
  padding-bottom: 2em;
}

nav a {
  color: white;
  font-size: 2em;
	font-weight: 200;
}

#footer-nav a {
	color: white;
  font-size: 1.25em;
	font-weight: 200;
}

nav a:hover, #footer-nav a:hover{
	color: #ffb0bd;
	text-decoration: none;
}

hr {
  border-top: 1px solid white;
}