html {
    height: 100vh;
    overflow: hidden;
}

body{
    width:100vw;
    height: 100vh;
    margin:0;
    overflow-x:hidden;
    overflow-y:hidden;
}



.container{
    height: 100vh;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: scroll;
    
    
}

.parallax{
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    

    transform-style: preserve-3d;
}

.background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -4;
    transform: translateZ(-1px) scale(2);
}

 .bg-1 {
    background: url("../../images/tloMarcin1.jpg") center / cover;
    z-index: -1;
    
}
.bg-2 {
    background: url("../../images/zdtlo-gotowe/2img.png") center / cover;
    z-index: -1;
}
.bg-3 {
    background: url("../../images/tłostrony.jpg") center / cover;
    z-index: -1;
} 

.normal {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

h1 {
    margin:0 auto;
    width: 90%;
    font-size: 130px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
    color:bisque;
    word-spacing: 5vw;
    text-align: center;
    text-transform: uppercase;
    font-size:8vw;

}

.parallax h1 {
    color:#fff;
    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    

}
.parallax:nth-child(1) h1 {
    text-align:center;
}




	
	
	
  