a {
  color: black;
}


a:visited {
  color: white;
}

h1 {
  color: #333; 
  font-size: 30px;
  text-align: center; 
  text-transform: uppercase; 
  letter-spacing: 3px; 
  font-weight: bold; 
  margin-bottom: 20px;
}

p {
  color: black; 
  font-size: 20px; 
  line-height: 1.6; 
  margin-bottom: 15px; 
}

#consiglio {
	color = green;
}

body {
	background-color : #CE3636;
}


img {
  border-radius: 10px; /* Angoli arrotondati */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombra */
}

img:hover {
  transform: scale(1.1); /* Ingrandisce l'immagine al passaggio del mouse */
}