body {
  font-family: Arial, Helvetica, sans-serif;
  background: #fafafa;
  color: #333;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.site-header {
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 1rem 2rem;
}

.logo {
  height: 50px;
  margin-right: 1rem;
}

.header-text h1 {
  margin: 0;
  font-size: 1.5rem;
}

.header-text p {
  margin: 0;
  color: #666;
}

pre {
  font-family: "Courier New", mono-space;
  font-size: 1.1rem;
  white-space: pre-wrap; /* Zeilen umbrechen, falls nötig */
  color: #333;
  line-height: 2;
  padding-left: 2rem;
}

pre img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

pre a {
  display: inline-block;
  padding: .4rem 0;
  color: #0073e6;
  text-decoration: none;
}

pre a:hover {
  text-decoration: underline;
}