/* Basic styling */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

/* Header styling */
header {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.site-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

.site-title a {
  color: #333;
  text-decoration: none;
}

.site-title a:hover {
  text-decoration: none;
}

.site-subtitle {
  font-size: 0.9rem;
  color: #777;
  font-weight: 300;
}


/* Link styling */
a {
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Content styling */
main {
  padding-top: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
