
.altrespublicacions {
     display: flex;
     flex-wrap: wrap;
     gap: 30px;
     margin-top: 30px;
}
.associacions {
    margin-top: 60px;
}

.associacions p {
    font-weight: bold;
    margin-bottom: 15px;
}

body {
    background-color: #B2BEB5;
    font-family: Verdana, sans-serif;
    color: #000;
    margin: 40px;
}

button {
   width: 120px;
   padding: 10px;
   font-size: 14px;
   background-color: #000;
   color: #fff;
   border: none;
   border-radius: 4px;
   cursor: pointer;
 }

button:hover {
  background-color: #333;
 }

footer {
    margin-top: 60px;
    font-size: 14px;
    text-align: left;
    width: 100%;
   }
 
form {
   margin-top: 30px;
   max-width: 500px;
   display: flex;
   flex-direction: column;
   gap: 15px;
}

h1 {
    font-size: 32px;
    margin: 0;
}

header {
    display: flex;
    align-items: center;
    gap: 15px;
}

input, textarea {
    padding: 8px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 4px;
}

.intro {
     margin-top: 30px;
     width: 90%;
     font-size: 14px;
}

label {
    font-weight: bold;
}

.logo {
    height: 80px;
    width: auto;
    display: block;
}
.logos-associacions {
    display: flex;
    gap: 25px;
    align-items: left;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.logos-associacions img {
    height: 50px;
    width: auto;
    opacity: 1;
}

.llibre {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.llibre p {
   font-size: 12px;
   margin-top: 8px;
   line-height: 1.4;
   min-height: 55px;
}

.llibre p em {
    font-style: italic;
}

.llibres {
    margin-top: 40px;
}

.llibres-container {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.llibre img {
    width: 150px;
    height: 200px;
    display: block;
}


nav {
    margin-top: 15px;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    margin-right: 15px;
}

nav a:hover {
    text-decoration: underline;
}

nav a.actiu {
    text-decoration: underline;
}

.presentacio {
     margin-top: 40px;
     margin-bottom: 80px;
     width: 80%;     
     text-align: left;
     font-size: 16px;
     line-height: 1.6;
     }

.presentacio inici {
    margin-top: 60px;
    margin-bottom:60px;
    width: 80%;
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
}

textarea {
   resize: vertical;
   min-height: 100px;
}

ul {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.2;
}
ul li {
    margin-bottom: 6px;
    font-size: 14px;
}


        
         
        

        

       