body {
    margin: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    opacity: 0.5; 
    animation: fadeInPage 1s ease forwards; 
   }

@keyframes fadeInPage {
  from { opacity: 0.5; }
  to { opacity: 1; }
 }

main {
    margin-left: 130px;
    margin-right: 250px;
    text-align: justify;
    transform: scale(1.05);  
    transform-origin: top left; 
    margin-bottom: 100px;
}

#Condicionament {
    margin-bottom: 70px;
    margin-top: 20px;
}

#divVJS {
    float: inline-start;
    float: right;
    margin-left: 30px;
    background-color: rgb(186, 186, 186);
    transition: background-color 0.3s ease;
     overflow: hidden;     
}

 

#divVJS img {
  width: 273px;
  height: 180px;
  object-fit: cover;     
}

#divVJS:hover {
    background-color: rgb(173, 203, 230);
}

#divdivVJS {
    margin: 5px;
}

#titolVJS {
    margin-top: 5px;
    font-size: 20px;
    color: rgb(108, 104, 104);
    text-align: center;
}

#divCAV {
    float: inline-start;
    float: left;
    margin-right: 20px;
    background-color: rgb(186, 186, 186);
    transition: background-color 0.3s ease;
     overflow: hidden;      
}


#divCAV img {
  width: 273px;
  height: 180px;
  object-fit: cover;     
}

#divCAV:hover {
   background-color: rgb(173, 203, 230);
}

#divdivCAV {
    margin: 5px;
}

#CAV {
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
    color: rgb(108, 104, 104);
}

#Addiccio {
    margin-top: 100px;
}

h1 {
  text-align: center;
  margin: 20px 0;
  font-size: 32px;
  color: #4b3f72;
  letter-spacing: 1px;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
h2{
  color: #5c5470;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  border-bottom: 3px solid #8a7dd0; 
  padding-bottom: 5px;
}
h3, h4, h5 {
 color: #5c5470;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-bottom: 5px;

}
main a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: color 0.3s ease;
}

main li {
    margin-top: 10px;
    margin-bottom: 20px;
}

p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.navbar ul {
    list-style-type: none;
    background-color: rgb(140, 147, 211);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.navbar a {
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar a:hover {
    background-color: rgb(94, 102, 188);
}

.navbar li {
    float: left;
}

#tes1margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

#test1 {
    margin: 30px;
    background-color: rgb(141, 142, 208);
}

.boton {
    display: inline-block;
    padding: 10px 20px;
    background-color: #797f9d;
    color: rgb(242, 243, 255);
    text-decoration: none;

    margin-bottom: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.boton:hover {
    background-color: #56708a;
}

#realitzar {
    display: block;
    max-width: 600px;
    margin: 140px auto 0;
    text-align: center;
    line-height: 1.4;
}

#marginanuncis {
    margin-top: 100px;
}

#contacte{
  color: black; 
  text-decoration: none;
  transition: color 0.3s ease; 
}

#contacte:hover {
  color: rgb(73, 73, 187); 
}

#divVJSS {
    float: inline-start;
    float: right;
    margin-top: 47px;
    margin-left: 30px;
    background-color: rgb(186, 186, 186);
    transition: background-color 0.3s ease;
     overflow: hidden;     
}

 

#divVJSS img {
  width: 273px;
  height: 180px;
  object-fit: cover;     
}

#divVJSS:hover {
    background-color: rgb(173, 203, 230);
}

#normes{
    margin-left: 60px;
    color: #5c5470;

}


