html  {
    background: url(jpeg/marquardt.jpg);
    background-position: bottom right;
    background-color: white;
    background-size: 30vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  h2 {
color: black
}
p{
    color: black;
}

  .headline {
    color: black;
    background-color:white;
  }

  .menu {
    background-color: black;
    color: white;
  }


  .menu a {
    color: white;
  }

  .menu a:hover {
    background-color: grey;
  }

  .menu b {
    color: black;
    background-color: white;
  }

