* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #002147; /* Blau intens, fosc */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  padding: 20px;
}

.container {
  max-width: 600px;
}

.logo {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}

a {
  color: #ffffff;
  text-decoration: underline;
}

a:hover {
  color: #a3cfff;
}
