
body{
background-color: rgb(0, 0, 0);
color: whitesmoke;
font-family: SF Pro,sans-serif;
font-size: small;
line-height: 1.5;

}

h2{
    margin: 5px 0 ;
    padding: 0px;
    width: max-content;
   
}


h4, p{
    margin: 0%;
    width: 32vw; 
    float: none;
}

#more {display: none;}

#principale{
    border:none;
	width: 32vw;
    padding: 10px;
    position: fixed;
    bottom: 5em;
    background-color:none;
    color: rgb(151, 151, 151);
	
}

#progetto{
    width: 48.5vw;   
}
#galleria{
    border:none;
	width: 49.1vw;
     overflow: scroll;
     height: 95vh;
    padding: 5px;
    margin-top: 1em;
    float: right;
 z-index: 99999;
    /* background-color:rgba(245, 245, 245, 0.136); */
	color: rgb(151, 151, 151);
}



.titolo{
    color: whitesmoke;
    
}


.data{
    color: whitesmoke;
  
}

#myDIV {
    height: max-content;
    width: max-content;
    
    display: inline-block;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    background-color: none;
    padding: 5px;
    grid: auto / auto auto auto auto ;
    /* position: fixed;
    bottom: 2em; */
    right: 2em;
    
  }
  #myDIV div {
    /* background-color: rgba(158, 153, 153, 0.104); */
    text-align: left;
    padding: 10px;
    position: flex;
    
  }
.links a{
    border:none;

    color: whitesmoke;
	width: max-content;
    height: max-content;
    padding: 5px ;
	position: relative;
}

     .navigatore{
        width: min-content ;
        margin-left: 10px;
       
     }

        .navigatore h2 {
        margin: 5px 0;
        width: max-content;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2em;

        }


#myBtn {
border: none;
background-color:rgb(0, 0, 0);
color: whitesmoke;
text-decoration-line: underline;
padding:  0 0 10px 10px;
font-size:small;
position: absolute;
position: fixed;
bottom: 2em;

}

a:hover {
font-weight: bolder;
  }

  img{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    
 
  }

