
body {
  margin: 0;
  font-family: 'Lora', serif;
  background: linear-gradient(to bottom, #E0DECC, #E8D395);
  color: #1a1a1a;
}



header {
  background: linear-gradient(to bottom, #aee1f9, #A7C5BD);
  color: #1a1a1a;
  padding: 1em;
  text-align: center;
  font-family: 'Playfair Display', serif;
}
/* Logo de l'entreprise */
@header img {
float: left;
width: 42px;    /* à adapter*/
height: 60px;    /* à adapter*/
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

h2{
font-size: 1rem;
}
 .hero {
  background-image: url('hero-gatto.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 20px;

}

.conditions {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: justify;
  font-family: 'Lora', serif;
  line-height: 1.5;
  color: #2f2f2f;
}

.conditions h2, 
.conditions h3 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: #3a2e26;
  margin-bottom: 15px;
}

.conditions p {
  margin: 4px 0; /* spaziatura più compatta tra i paragrafi */
}

.conditions h3 {
  margin-top: 25px;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #5a4a3d;
}



.btn {
  background-color: #D4AF37;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}


.about {
  padding: 40px;
  text-align: center;
}

.immagine-piccola img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}

footer {
  background-color: #8C8C8C;
  color: white;
  text-align: center;
  padding: 10px;
}