body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mulish";
    color: black;
}

.navbar {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 7%, rgba(0, 212, 255, 1) 100%);
    padding: 20px;
    position: sticky; 
    top: 0;
    z-index: 10000000;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.img2{
    height: auto;
    width: 300px;
    margin-right: 30px;
}

#pres{
    font-size: 20px;
}
#tit{
    font-size: 50px;
}

.navbar ul{
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;

}


.navbar a{
    color: white;
    text-decoration: none; 
    margin-right: 20px;
    font-size: 25px;
     transition: transform 0.3s ease;
     display: inline-block;
}

.navbar li{
 margin-right: 20px;
}

a:hover{
    text-decoration: underline;
    transform: scale(1.1); 
   
}

.allineamento{
    display: flex;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    justify-content: center;
    margin-left: 30px;
    
}

ul{
    margin-left: 30px;
}

.elenco{
    color: black;
}

h3{
    margin-left: 30px;
}

#soon{
    text-align: center;
    color:black;

}

.box1{
    background-image: url(img/io.jpg);
    display: flex;
    justify-content: center;
    align-items: end;
    background-size: cover;
    width: 550px;
    height: 605px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.allineamento2{
    display: flex;
    gap: 1px;
    flex-direction: column;
    justify-content: left;
    text-decoration: none;
    
}

.allineamento3{
    display: flex;
    gap: 1px;
    flex-direction: column;
    justify-content: left;
    text-decoration: none;
    margin: 10px;
}
.testi_home{
    color:  black;
    font-size: 30px;
    margin:0;
    text-decoration: none;
}

.testi_home3{
    color: rgb(44, 43, 43);
    font-size: 20px;
    text-decoration: none;
    margin:0;
    margin-top:5px;
}

.img_home{
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    
}

.box2{
    background-image: url("img/progetti.jpg");
    display: flex;
    justify-content: center;
    align-items: end;
    background-size: cover;
    width: 550px;
    height: 605px;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.boxtext{
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    justify-content: left;
     -webkit-text-stroke: 0.3px black;
}


  @font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url(font/Mulish-VariableFont_wght.ttf);
}


@media (max-width: 768px) {
    .allineamento{
        display: flex;
        flex-direction: column;
    }

    .allineamento2{
        display: flex;
        flex-direction: column;
    }

    .allineamento3{
        display: flex;
        flex-direction: column;
    }

}