body, html {
    height: 100%;
  }
  
  .parallax {
    /* The image used */
    background-image: url("./img/mit-was-schlechteren/doch.svg");
  
    /* Full height */
    height: 100vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

