body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  max-width: 760px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.7;
  color: #333;
  background-color: #fff8f8;
}

header {
  text-align: center;
  margin-bottom: 30px;
}

h1 {
  color: #b30000;
  font-weight: 400;
  font-size: 2.4rem;
}

nav {
  text-align: center;
  margin: 25px 0;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #b30000;
  font-weight: 500;
}

nav a:hover {
  text-decoration: underline;
}

main {
  margin: 20px 0;
}

.artwork {
  margin: 30px 0;
  padding: 20px 0;
  border-bottom: 1px dashed #eee;
}

.artwork img {
  max-width: 100%;
  border-radius: 4px;
  margin: 10px 0;
}

footer {
  margin-top: 50px;
  text-align: center;
  color: #888;
  font-size: 0.9em;
}

ul {
  padding-left: 20px;
}