body {
   
    background-image: url(../Fotos/Raampje.png);
    background-size:cover;
    background-repeat: none;
    height:100vh;
    background-position: center;
    overflow: hidden;
  }
  
  .img1{
    position: absolute;
    width: 10%;
    left: 17%;
    top: 30%;
  }
  .img2{
    position: absolute;
    width: 5%;
    left: 23%;
    top: 24%;
  }
  .img3{
    position: absolute;
    width: 7.5%;
    left: 40%;
    top: 60%;
  }
  .img4{
    position: absolute;
    width: 18%;
    left: 60%;
    top: 30%;
  }
  .pijllinks{
    position: absolute;
    top: 66%;
    left: 10%;
  }
  
  .plakje{
    position: absolute;
    width: 15%;
    bottom: 73%;
    
  }
  .textje{
    position: absolute;
    width: 10%;
    top: 15%;
    left: 2.8%;
  }