*{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background: black;
    color: whitesmoke;
  }
  html,body{
    width: 100%;
  }
/* UTILITY */
.colorPrimary{
    color: blueviolet;
    font-size: 2.5rem;
}
.colorPrimary1{
    color: blueviolet;
    font-size: 1.5rem;
}

/* MENU */
#navbar{
    background: black;
    width: auto;
    margin-top: 10px;
  }
  #navbar .container{
    display: flex;
    height: auto;
    background: rgb(65, 21, 106);
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #navbar .container .imgMMI{
    flex: 1;
    height: 50px;
    background: url('../img/MMIMantova.jpg') no-repeat center center/cover;
  }
  #navbar .container .imgDB{
    flex: 1;
    height: 50px;
    background: url('../img/DB.png') no-repeat center center/cover;
  }
  #navbar .mese{
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #navbar .mese h6{
    font-size: 15px;
  }
  #notizia1{
    background: black;
    width: auto;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #notizia1 .imgnotizia{
    flex: 1;
    height: 200px;
    background: url('../img/notizia1.jpg') no-repeat center center/cover;
    
  }
  #notizia1 .notizia h4{
    margin-bottom: 10px;
  }
  #notizia2{
    background: black;
    width: auto;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #notizia2 .imgnotizia{
    flex: 1;
    height: 200px;
    background: url('../img/notizia2.jpg') no-repeat center center/cover;
  }
  #notizia2 .notizia h4{
    margin-bottom: 10px;
  }
  #notizia3{
    background: black;
    width: auto;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #notizia3 .imgnotizia{
    flex: 1;
    height: 200px;
    background: url('../img/notizia3.jpg') no-repeat center center/cover;
  }
  #notizia3 .notizia h4{
    margin-bottom: 10px;
  }
  #notizia4{
    background: black;
    width: auto;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #notizia4 .imgnotizia{
    flex: 1;
    height: 200px;
    background: url('../img/notizia4.jpg') no-repeat center center/cover;
  }
  #notizia4 .notizia h4{
    margin-bottom: 10px;
  }
  #prossimiapt{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  #prossimiapt .prossimiapt{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #prossimiapt .elenco{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
  }
  #prossimiapt .elenco .li{
    list-style: none;
  }
  #footer{
    height: 200px;
    border-bottom: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #footer .contatti{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-bottom: 1px solid blueviolet;
    border-top: 1px solid blueviolet;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 8px 20px 0 rgba(189, 187, 187, 0.19);
  }
  #footer .link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #footer .link a{
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
 