body {
  background-color: #141413;
  color: #f0efea;
  font-family: 'Newsreader', serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  padding: 0;
  max-width: 620px;
  margin: 2rem auto;
  padding: 0 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
  height: 100%;
}

html {
  height: 100%;
  margin: 0;
  padding: 0
}

a {
  color: #f0efea;
  text-decoration: none;
  border-bottom: 1px solid #f0efea;
}

a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease;
}

footer {
  padding: 2rem 0 3rem 0; /* top 2rem, bottom 3rem */
  opacity: 0.8
}



.simone-quote {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

main {
  flex: 1;
}

.tag-header {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 2.5rem 0 1.5rem;
  border-bottom: 1px solid #444;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.tag-section {
  margin-bottom: 3rem;
}
