* {
  font-family: Roboto, sans-serif !important;
  color: #0d3b66;
}
.maincontainer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "top-nav"
    "privacy"
    "footer";
}
.item-a {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.item-b {
  grid-area: privacy;
}
.item-h {
  grid-area: footer;
}
.privacy {
  margin-top: 150px;
  padding-left: 10%;
  padding-right: 10%;
}

.titolare {
  font-weight: bold;
}
.definizionili {
  padding-top: 10px;
}
