.Collegamenti {
  margin-top: 0;
  padding-top: 0;
  position:  fixed;
  width: 100%;
  bottom: 0;
  font-size: 30px;
  text-align: center;
  background: white;
}

.Programma {
  text-align: center;
  margin-bottom:70;
  margin-top:20;
  font-size: 30px;
}

.Programma input{
  font-size: 22px;
}

.Programma h1{
margin-top: 0;
  font-size: 50px;

}


.Programma table{
  margin-left: auto;
  margin-right: auto;
}

.Programma a{
  font-size: 40px;
}

a{
  text-decoration:none;

}
a:link,a:visited {
  color: #e76f51;
}


a:hover {
  color: #f4a261;
}

a:active {
  color: #e9c46a;
}

h1,label,p,table{
  color: #264653;
}



.button {
  background-color: #2a9d8f;
}

.button {
  transition: background-color 0.3s;

  background-color: #2a9d8f;
  border: none;
  color: white;
  padding: 10px 27px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button:hover {
  background-color: #264653;


}

.button:active {
  background-color: #363663;
}

input{
  color: #264653;
  border-color: #2a9d8f;
}

.radio{
  position: absolute;
  opacity: 0;
  vertical-align: middle;
}
.radiolab{
  transition: color 0.3s;
  display: block;
  cursor: pointer;

}
