@font-face {
  font-family: 'Clearface-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Clearface-Regular-webfont.woff') format('woff');
}

body {
  font-family: 'Clearface-Regular';
  background-color: #e5e5e5;
  text-align: center;
  background: linear-gradient(180deg, rgba(140,198,63,0.8) 0%, rgba(255,255,255,1) 60%);
  color: #6d6e71;
}

div.pic {
  margin-top: 28vh;
}

img {width: 200px;}

div.contatti {
  text-align: center;
  margin-top: 200px;
  font-size: 20px;
  line-height: 1.6;
}

a {
  color: #6d6e71;
}


@media(max-width:576px){
  img {width: 150px;}
  div.pic {margin-top: 25vh;}
  div.contatti {position: fixed;bottom: 20px;right: 0;left: 0;}
}
