html, body {
  margin: 0;
  padding:0;
  font-family: "Regular";
  color:#000000;
  font-size: 14px;
  line-height: 24px;
  scroll-behavior: smooth;
  background: #FFF;
}
footer{
  width: 100%;
      background: #EEE;
      text-align: center;
      padding: 1vw 20px;
      position: fixed;
      bottom: 0;

}
a {
  color:#333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color:#5eb6e4;
}
.head {
  background:#228848;
  text-align: center;
  color: #ffffff;
  padding: 30px 0;
}
.mrg1 {
  margin-top: 20%;
}
.mrg2 {
  margin-bottom: 40px;
}
.img-fluid {
  width:100%;
  margin-bottom: 20px;
}
.link {
  width:70%;
  margin-bottom: 20px;
}
.link:hover{
  opacity: .5;
}

.gen{
  margin:0;
  padding:1vh;
  height:80vh;
}
.justify{
  font-style: justify
}
.center{
  text-align: center;
}
.title{
  color:#86c0F0;
}
.box{
  line-height: 1.4em;
}
.mrg3 {
  margin-bottom: 10px;
}
.link_blu{
  background: #86c0f0;
  color:#FFF;
  padding:10px;
  border-radius: 15px;
  margin-bottom: 30px;
  display:block;
  text-align: center
}
.link_estrai{
  width:40%;
  background: #EFD847;
  color:#9b2920;
  padding:20px 30px;
  border-radius: 25px;
  margin: 3vh 0;
  text-align: center;
  display:inline-block;
  font-size: 2vw;
  font-family: 'Bold';
  line-height: 3vw;
}
.link_estrai:hover{
  background: #f5eab8;
  color:#333;
  text-decoration: none;
}
.link_reset{
  font-size: 2vw;
  font-family: 'Bold';
  line-height: 3vw;
  background:#CCC;
  color:#9b2920;
  padding:20px 30px;
  border-radius: 25px;
  margin: 3vh 0;
  text-align: center;
  display:inline-block;
}
.link_reset:hover{
  background: #f5eab8;
  color:#333;
    text-decoration: none;
}

.data{
  background: #fff;
  color:#9b2920;
  padding:20px 30px;
  border-radius: 25px;
  margin: 3vh 0;
  text-align: center;
  display:inline-block;
  border:4px solid #EFD847;
  font-size: 2vw;
  font-family: 'Bold';
  line-height: 3vw;
}

.mrgNome {

  font-size: 4vw;
  font-family: 'Bold';
  line-height:15vw;
}
.mrgTitolo {
  margin-top: 12vh;
  margin-bottom: 4vh;
  font-size: 2vw;
  font-family: 'Bold';
  line-height: 3vw;
}

.img-fluid-2 {
  width:30%;
}
.img-fluid-3 {
  width:70%;
}
.white{
  color:#fff;
}
.red{
  color:#9b2920;
}
.contMail{
  height:28vh;
  background:#EFD847;
  border-radius:2vw;
  padding:1vh;
MARGIN:2vh 2VW;
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  background-image: url(../files/stella.png);
}
