body {
    font-family: Karla, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Helvetica Neue, sans-serif;
    color: #333;
}

.screen-height {
    min-height: calc(100vh - 56px);
}

.header-text {
    max-width: 955px;
}

.logo {
    width: fit-content;
    flex-shrink: 0;
}

.grid {
    display: grid;
    gap: 8px
}

.text-blu-maggioli {
    color: #00379E;
}

.bg-blu-maggioli {
    background-color: #00379E;
}

.divider-left {
    border-left: 2px solid #333;
  }

a {
      text-decoration: none;
      color: #333;
}

@media(min-width: 992px)  {
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.footer a {
    text-decoration: none;
    color: #fff;
}