.adaltdetot {
  padding: 2em 1em;
  background-color: #379cbc;
  width:90%;
  align-content: center;
  border-radius: 5px;

}

.botoinici {
  background-color: #F2F6F6;
  border: 1px;
  border-style: outset;
  border-radius: 5px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 0.5em;
  transition-property: width;
  transition-duration: 2s;
}

.botoinici:hover {
  width: 500px;
}

.contenidor {
  width:100%;
}


img {
  border: 2px solid #379cbc;
  margin-bottom:1em;
  width:50%;
  height:50%;
}

main {
  font-size: large;
}

hr {
  width: 5%;
}



.divambimatge {
align-items: flex-start;
width: 90%;
}


blockquote {
  font-style: normal;
  font-weight: bold;
  font-size: larger;
}



.pagfotos {
  font-size: x-large;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0.5em;
}