* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  background: url("../img/2.jpg") no-repeat center center fixed;
  background-size: cover;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contenitore semi-trasparente con effetto "vetro" */
.overlay {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 30px 40px;
  text-align: center;
  color: white;
  backdrop-filter: blur(6px);
}


.overlay h1 {
  font-size: 28px;
  margin-bottom: 8px;
}


.overlay h2 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
  opacity: 0.9;
}


.overlay ul {
  list-style: none;
  padding: 0;
}

.overlay ul li {
  margin: 8px 0px;
  font-size: 18px;
  font-weight: 300px;
}


.overlay .end {
  font-weight: bold;
  font-size: 15px;
}

ul a {
  text-decoration: none;
  color: cornflowerblue;
}

.nav-item {
  color: cornflowerblue;
}

.dropdown-item {
  vertical-align: middle;
}