body {
  background: rgb(204, 61, 61);
  font-family: 'Signika', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: white;
  font-weight: 400;
}


.logo-centrato{
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 12%;
  position: absolute;
  top:40%;
  bottom:44%;
}


.logo{
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 70px;
  margin-top:40px;
  margin-bottom:40px;
}

.bg-home{
  background-image: url(../images/home-bg.png);
  background-size: cover;
  background-position: center;
}




a {
  color: rgb(255, 190, 90);
  text-decoration: none;
}

.info-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  text-align:left;
}

.info-container p {font-size: 1.5em; padding: 20px 0;}

.info-container strong {font-size: 1.5em;}
