
  body {
    margin-left:auto;
    margin-right:auto;
    padding-left: 6em;   padding-right: 6em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
    background-color: lightgray }
  h1, h2, h3, h4 {
      font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif }


/* imposti la barra di navigazione */
  ul.navbar { 
    margin-left:auto;
    margin-right:auto;
    float: none;
    list-style-type: none;
    padding: 100 px;
    margin: none;
    overflow: hidden}
    /* imposti gli items della barra di navigazione */
  ul.navbar li {
    float: left;
    background: rgb(49, 83, 49);
    margin:  10px 0;
    padding: 10px 5px; /* width and height of navigation bar */
    }
    /* imposti i link presenti nella barra */
  ul.navbar a {
    text-decoration: none;
    padding: 8px 80px; /* width and height of hover */
    text-align: center}
    
  a:link {
    color:white}
  a:visited {
    color: white}
  
    /* Change the link color on hover */
li a:hover {
  background-color: #63a665;
} 
  
       
#Mcols {
  -webkit-column-width: 300px; /* Chrome, Safari, Opera */
  -moz-column-width: 500px; /* Firefox */
  column-width: 300px;
  
  -webkit-column-gap: 1px; /* Chrome, Safari, Opera */
  -moz-column-gap: 1px; /* Firefox */
  column-gap: 1px;
}


#header {
padding: 200px;
 background-image: url("banner.jpg");
 background-size: contain;
 background-repeat: no-repeat;
text-align: center;
color: black;
}

  address {
    margin-top: 250px;
    padding-top: 1em;
    border-top: thin dashed }
/* div.figure {
    float: center;
    background: white;
    width: 10%;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
   }
 div.figure p {
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
   }*/
 img.scaled {
   width: 50%;
 } 
imag.figure{
    padding: 0;
    margin: 0;
    position: absolute;
    top: 13em;
    left: 2.5em;
    width: 9em
     }
