*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

body, html{
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.8em;
}

.container{
    height: 100vh;
}

.container img{
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.test-container {
    background-color: greenyellow;
    min-height: 100vh;
}

.paralax-container {
    background-color: antiquewhite;
}

.main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 6rem;
    transform: translate(-50%, -30%);
}

.container2{
    height: 50vh;
    background-color: aqua;
}

.pimg1, .pimg2, .pimg3 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.pimg1{
    background-image:url('crate_burnt_paper_03.png');
    min-height: 100vh;
}

.pimg2{
    background-image:url('crate_glass_01.png');
    min-height: 400px;
}

.pimg3{
    background-image:url('crate_glass_03.png');
    min-height: 400px;
}