* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #eef9fb;
  font-family: Arial, Helvetica, sans-serif;
}

.page {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.full-layout {
  width: 100%;
  height: auto;
  display: block;
}

/* Contenuto invisibile ma leggibile da Google/screen reader */
.seo-content {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
