@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    a{
        color: black;
        text-decoration: none;
    }
    #testici{
        line-height: 0;
    }
    #padddd{
        padding-bottom: 50%;
    }

    @keyframes zoom {
        0% { transform: scale(1); }
        50% { transform: scale(1.04); }
        100% { transform: scale(1); }
      }

    #imgcligno{
        animation: zoom 3s infinite;
    }

    @media (max-width:768px){
        #testici, #popu{
            margin-top: 2%;
            margin-bottom: 2%;
        }
        #padddd{
            
            margin-bottom: -100px;
        }

    }