body,
div {
  font-family: Monospace, Courier;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.layout {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  height: 80px;
}

.nav__link {
  margin-left: 20px;
}

p code {
  background-color: #1e1e1e;
  color: #c678dd; /* soft purple, readable on dark bg */
  font-family: Consolas, Monaco, 'Courier New', monospace;
  font-size: 0.95em;
  padding: 0.15em 0.4em;
  border-radius: 4px;
  white-space: nowrap;
}

a[href^="http"]:not([href*="johanneskueber.com"])::after {
  content: "🔗";
  margin-left: 0.25em;
  font-size: 0.85em;
}
