

body{
   /*  width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: row;
    margin: 0%;
    padding:0%; */
    background-color: #4AC1E0;
  
}
.principale {
    
   
    
    background: transparent url('img/b_magic_lemon_comingsoon_trasparente.png') 0% 0% no-repeat padding-box;
    background-size: cover;
    opacity: 1;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    position: relative;
    justify-content: center;
    max-width: 100vw;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;

   
}
/* .text {
    font-weight: bold;
    text-align: center;
    font-size: 1.8em;
    color: #000000;
    font-family: 'Open Sans', 'sans-serif';
    margin-top: 30rem;
    display: flex;
    flex-direction: column;
    } */






    /* responsive */
    @media screen and (max-width: 1024px) {

        .principale{
            background-size: contain;
            top: 25rem;
            margin-left: 1.2rem;
        }
    }
    /* ipad */

    @media screen and (max-width: 768px) {

        .principale{
            margin-left: 0;
            max-width: 768px;
            background-size: contain;
            top: 19rem;
        }
    }


/* iphone 6/7/8 */
    @media screen and (max-width: 375px) {

        .principale{
            margin-left: 0;
            max-width: 768px;
            background-size: contain;
            top: 16rem;
        }
    }


/* */
 @media screen and (max-width: 360px) {

    .principale{
        margin-left: 0;
        max-width: 768px;
        background-size: contain;
        top: 14rem;
    }
} 

    /* iphone 5/SE */
    @media screen and (max-width: 320px) {

        .principale{
            margin-left: 0;
            max-width: 768px;
            background-size: contain;
            top: 13rem;
        }
    }

    