@import url('https://fonts.googleapis.com/css?family=Poppins:wgth@300;400;500;600;700;800;900&display=swap');

.pucContainer{
    display: flex;
    min-height: 83vh;
    width: 100%;
    padding: 10px 10px 10px 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../others/pucImage3.jpg) round;
    background-size: contain;
    z-index: 1;
}

.pucContainer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../others/bgSpace.gif');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.25;
    z-index: -1;
}

/* @media screen and (max-width: 1120px){
    .pucContainer{

    }
} */