*{
    font-family: "raleway";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    height: 100vh;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: auto;
}
.parallex{
    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: -1;
    transform: translateZ(-1px) scale(2);
}
.bg1{
    background: url(insta.png) center / cover;
}
.bg2{
    background: url(cal.png) center / cover;
}
.bg3{
    background: url(market.png) center / cover;
}
.bg4{
    background: url(login.png) center / cover;
}
.normal{
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;

}
h1{
margin: 0 auto;
width: 90%;
font-size: 130px;
font-weight: 900;
line-height: 1.1;
letter-spacing: -2px;
color: #fff;
word-spacing: 100vw;
text-align: center;
text-transform: uppercase;
}
.parallex h1{
color: #fff;
text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.parallex:nth-child(1) h1{
    text-align: left;
    margin-left: 2%;
    margin-bottom: 30%;
    font-size: 100px;
}
a{
    text-decoration: none;
    text-align: left;
    margin-right: 55%;
    margin-bottom: 20%;
}
.normal a{
    margin-left: 50%;
    
}
.left{
    text-align: left;
    font-size: 100px;
}
.web{
    font-size: 100px;
    color: rgb(25, 25, 25);
}
.normal h1{
    color: black;
}
