/*INIZIO GRAFICA FOOTER*/
footer{
  width: 100vw;
  min-height: 5vh;
  position: relative;
  display: block;
}
#made-by{
  font-weight: bold;
  color: white;
  line-height: 5vh;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
#privacy-termini{
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.privacy-termini-elemento{
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.privacy-termini-elemento img{
  width: 2vh;
  height: 2vh;
  display: inline-block;
}
.privacy-termini-elemento span{
  color: white;
  line-height: 5vh;
  font-weight: bold;
  display: inline-block;
}
/*FINE GRAFICA FOOTER*/
