html {
    background: url(jpeg/michael_page.jpg), url(media/karotte_nova.jpg);
    background-position: bottom right, bottom left;
    background-color: black;
    background-size: 32vw, 135vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  h2 {
color: white
}

  .headline {
    color: white;
    background-color: black;
  }

  .menu {
    background-color: white;
    color: black;
  }


  .menu a {
    color: black;
  }

  .menu a:hover {
    background-color: grey;
  }

  .menu b {
    color: white;
    background-color: black;
  }
