.loader{
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height: 100vh;
    justify-content: center;
    z-index: 29;
    transition: transform 0.5s ease-out;
}
.imgLoader{
    width:60%;
}