html, body {
font-align: left;
text-decoration: none;
color: black;
}
html {
background-color: #c2d2c6;
}
body {
margin: 2em auto;
padding: 1em;
font-family: serif;
background-color: #e3dfd7;
max-width: 60em;
border: 2px solid #442a13;
}
a {
text-decoration: none;
outline-style: none;
}
a:hover {
text-decoration: underline;
}
hr {
color: #442a13;
}
h1, h2, h3 {
color: #c48f3b;
}