body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-top: 160px;
    background-image: url("foto listino prezzi/Listino Me Encanta-immagini-5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}    

.logo{
    width: 12vw;
    max-width: 120px;
    min-width: 60px;
    height: auto;
    position: absolute;
    top: 16px;
    right: 16px;
}

.prezzi {    
    max-width: 40%;
    margin-bottom: 50px;
    box-shadow: 30px 20px 50px black; 
}

.logoSocial{
    width: 50px;
}

.logoNumero{
    font-size: 30px; 
    color: #222; 
    margin-left:10px;
}

@media screen and (max-width: 1000px) {
    body{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding-top: 110px;
    }   
    .logo {
        width: 35vw;
        max-width: 90px;
        min-width: 90px;
        position: absolute;
        top: 16px;
        right: 16px;
        left: auto;
        transform: none;
        margin-bottom: 40px;
    }
    .logoSocial{
        width: 50px;
    }
    .logoNumero{
        font-size: 20px; 
        color: #222; 
        margin-left:10px;

    }
    .prezzi {
        position: relative;
        max-width: 90%;
        margin-bottom: 16px;
        box-shadow: 20px 10px 50px black;
    }
}