

#withdu{
  width: 102vw;
  z-index: 1;
  position: absolute;
  left: -1vw;
  top: -8vh;
}
#wodu{
  width: 102vw;
  z-index: 0;
  position: absolute;
  left: -1vw;
  top: -8vh;
}

html{
        
  scroll-behavior: smooth;
  overflow-y: hidden;
  overflow-x: hidden;
}
body {
  
 /*background-image: url(bg_pp.jpeg);*/
 position: absolute;
/*background: url('bg_pp_blurred.png');*/
background-size: cover;
background-repeat: no-repeat;
width: 700vw;
background-position-y: -170px;
background-color: rgb(252, 248, 240);
height: 100wh;

}