html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 50px;
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.logoHome {
  background-image: url('/img/logo.png');
  background-repeat: no-repeat;
  display: block;
  width: 120px;
  height: 120px;
}
.appstore {
  background-image: url('/img/loghi.png');
  background-repeat: no-repeat;
  display: block;
  width: 140px;
  height: 50px;
  margin-left: 30px;
}

.androidstore {
  background-image: url('/img/loghi.png');
  background-repeat: no-repeat;
  background-position: -155px;
  display: block;
  width: 130px;
  height: 50px;
}

.winstore {
  background-image: url('/img/loghi.png');
  background-repeat: no-repeat;
  background-position: -300px;
  display: block;
  width: 120px;
  height: 50px;
}
.rossoVM {
  color: #b3272d;
}
a:hover {
  color: #b3272d;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  
}
.giustificato {
  text-align: justify;
  text-justify: auto;
}

