/* INIZIO FEDERICO */
.div_align_center{
  align-items: center;
  justify-content: center;
 }
.callout_dashboard{
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 1rem;
    border-top: 5px solid;
    border-radius: 0.25rem;
}
.zoom:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25);
  transition: 0.5s all ease-in-out;
  z-index:10;
  position:relative;
}
.tagcloud {
    font-size: 30px;
    margin: auto;
}
.tagcloud--item:hover {
   color: #36454F;
}
/* FINE FEDERICO */
