@import url('https://cdnfonts.com');

html {
  background: #ece9e7;
  height: 100%;
}

body {
  font-family: "Latin Modern Roman", "Computer Modern Roman", Georgia, serif;
  max-width: 700px;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.6;
  background: #faf9f7;
  color: #333;
  height: 100%;
  border-radius: 0.25rem;
}

header h1 {
  text-decoration: none;
  color: #333;
  letter-spacing: 0.5px;
}

nav {
	display: flex;
	align-content: stretch;
	border: .125rem #555 solid;
	justify-content: space-around;
	border-radius: 0.25rem;
}

nav a {
  text-decoration: none;
  color: #555;
  width: 100%;
  text-align: center;
  padding: 0.25rem 0;
}

nav a:hover {
  color: #faf9f7;
  background: #555;
}

footer {
  margin-top: 4rem;
  font-size: 0.9rem;
  color: #777;
}
