UL {
  font-size: 14pt;
  font-family: calibri, arial, helvetica;
  font-weight: normal;
}
P {
  font-size: 14pt;
  font-family: calibri, arial, helvetica;
  font-weight: normal;
}

H1 {
  font-size: 30pt;
  font-family: georgia, verdana, arial;
  text-align: center;
  border-radius: 10px;
  border-style: double;
  border-width: thick;
  display: inline;
  padding: 15px;
}

H2 {
  font-size: 20pt;
  font-family: helvetica, verdana, arial;
  text-align: center;
  display: inline;
  padding: 15px;
  text-transform: uppercase;
}

TD {
  font-size: 12pt;
  font-family: verdana, arial;
  text-align: center;
  background-color: 000066;
}

BODY {
  background-color: #ead1fe;
  /*background-image: url("./imatges/fons2.jpg");
  background-repeat: repeat;
  background-size: cover;*/
  font-family: calibri, arial;
  color: Black;
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 150px;
  margin-bottom: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  size: 100%;
  width: 90%;
  height: 100%;
}

div {
  /*Crees una divisio amb aquestes propietats*/
  width: 100%;
  height: 100%;
}

.body2 {
  background-color: 006600;
  font-family: arial;
  color: White;
  margin-right: 100px;
}

.Foto1 {
  padding: 3px; /*Marge intern per per exemple als bordes*/
  border-radius: 8px;
  margin-left: 10px; /*T'ho centra respecte la divisio si aquesta te una amplada*/
  margin-bottom: 10px;
  border: 3px solid black;
  height: 350px;
  position: relative;
}

.gallery {
  margin: auto;

}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 20px;
  }
}
