body {
  font-family: system-ui, sans-serif;
  background-color: #f4f6f9;
}

a {
    text-decoration: none;
}

.sezione-home {
  background-color: #fff;
  padding: 1rem;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(26,56,112,.07);
  border-top: 3px solid #1a3870;
  height: 100%;
}

.site-footer {
    background: #1a3870;
    padding: 2rem 0;
    border-top: 4px solid #c8800a;
}

.transition-navbar {
  transition: background-color .3s ease, box-shadow .3s ease;
}
