body {
  background-image: url("images/antroposophie.png");
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: scroll;
  color: white;
  font-family: "Lucida Console", "Courier New", monospace;
}

p {
  color: rgba(0, 0, 0, 0.5);
}

.fiftytransparency {
  opacity: 0.5;
}