body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f5f5f5;
}

main {
  max-width: 700px;
  margin: 100px auto;
  padding: 40px;
  background: white;
  border-radius: 8px;
}

h1 {
  margin-top: 0;
}
.site-header {
  padding: 20px;
  background: white;
  border-bottom: 1px solid #eaeaea;
}

.logo-link img {
  height: 40px;
  width: auto;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: white;
  border-bottom: 1px solid #eaeaea;
}

.site-nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

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

.logo-link img {
  height: 40px;
  width: auto;
}
