.experience{
    position: fixed;
    width: 100vw;
    height: 100vh;
  }
  
  .experience-canvas{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    
  }
  
.experience_10BillionMouths{
  width: 100vw;
  height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: bisque;
    
}