body {
  background-image: url("/images/schloss-karlsruhe.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 150%;
}

h1, h2, p {
  color: #b3b3b3;
  word-wrap: break-word;
  font-size: 4rem;
  font-style: italic;
  font-weight: bold;
}

h2 {
  font-size: 2.5rem;
}

p {
  font-size: 1.5rem;
}
