html {
  scroll-behavior: smooth;
}

body {
	max-width: 800px;
	margin: 0 auto;
	color: #333333;
	background: #fafafa;
	line-height: 1.5;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px;
}

h1, h2, h3 {
	line-height: 1.2;
}

section {
  margin-top: 6em;
  margin-bottom: 6em;
}

p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 1em 0 0em 0;
}

figcaption {
font-size: 0.9em;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.two-columns {
  display: flex;
  gap: 2em;
}

.two-columns > div {
  flex: 1;
}

nav {
margin-top: 1em;
border-bottom: 1px solid #ddd;
color: #666666;
font-size: 0.9em;
}

nav a {
  color: inherit;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}



footer {
margin-top: 1em;
border-top: 1px solid #ddd;
color: #666666;
font-size: 0.9em;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}