        .flex{position: absolute;display: flex;width: 100%;height: 100%;top: 0%;flex-direction: row;}
        .wrap{flex-wrap: wrap;}
        .wrapReverse{flex-wrap: wrap-reverse;}
   		.box{position: relative;}
        .box img{position: relative;width: 80%;left: 10%;}
        .descrizione{background: rgb(102 94 206 / 1);border-radius: 5px;color: white;box-shadow: 0 0 6px 1px black;
    				padding-top: 20px;padding-right: 20px;padding-left: 20px;position: relative;width: 80%;left: 10%;margin-left: -20px;margin-top: -35px;}
        .order{order: 1;}
        #partnerLogo{left: 50%;position: absolute;top: 50%;margin-top: -10%;}
        #body h1{letter-spacing:5px;text-align:center;color: white;text-transform: uppercase;text-align: center;font-family: 'Neuro';
    			text-shadow: -2px 0px 5px #665ece, 2px 0px 5px #665ece, 2px 0px 5px black, -2px 0px 5px black;}
        #body{    position: relative;}
        .colorWhite{background: linear-gradient(#ffffff, #665ece);}
        .colorBlue{background: linear-gradient(#665ece, #ffffff);}
        #menu-mobile{z-index: 999;}
        .button{    position: relative;float: right;right: 5%;padding: 5px 10px;background-color: white;border-radius: 5px;text-decoration: none;
    			color: #665ece;border-style: solid;border-color: white;text-transform: uppercase;    margin-top: 5px;letter-spacing: 1px;}
        .button:hover{color:white;background-color:#665ece}
        .noButton{padding-bottom:20px;}
        .title{position:absolute;top:0px;width:98%;left:1%;text-align:center;}