body {
  margin: 0;
  font-family: monospace;
  color: #1f2933;
  background: #ffffff;
  line-height: 1.6;
}

body.dark-mode {
  color: #e5ebee;
  background: #0d1117;
}

a {
  color: #1d4ed8;
}

a:visited {
  color: #6d28d9;
}

body.dark-mode a {
  color: #93c5fd;
}

body.dark-mode a:visited {
  color: #c4b5fd;
}

#thought {
  max-width: 70ch;
  margin: 4rem auto;
  padding: 0 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#thought .thought-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#thought .ts {
  color: #b2b0bd;
}

body.dark-mode #thought .ts {
  color: #9ea7b3;
}

#thought .thought-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#thought h1,
#thought h2,
#thought h3 {
  margin: 0;
  line-height: 1.2;
}

#thought h1 {
  font-size: 2.25rem;
}

#thought h2 {
  font-size: 1.75rem;
}

#thought p {
  margin: 0;
}
