body {
    background-image: url('webimatges/full-bloom.png');
	background-repeat: repeat;
	font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4;
    margin: 0;
}
footer {
  background-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  font-size: 0.9em;
  color: #666;
  border: 3px;
  border-color: pink;
}
.footer-container {
  display: grid;
  grid-template-columns: auto min-content auto;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 0;
}

.footer-col {
  padding: 0;
  margin: 0;
}

.footer-col.left {
  text-align: right;
}

.footer-col.right {
  text-align: left;
}

.footer-col.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-col.center img {
  max-height: 30px;
  padding: 10px;
  object-fit: contain;
  display: block;
}
header {
  background-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  max-width: 90%;
  margin: 0 auto;
  font-size: 0.9em;
  color: #666;
}
.header-container {
  display: grid;
  grid-template-columns: auto min-content auto;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0px;
  gap: 0;
}
h1 {
    font-size: 2.5em;
    text-align: center;
    color: #333;
}
h2 {
    text-align: center;
    color: #333;

}
h3 {
    font-size: 1.5em;
    color: #333;
}
#relat {
	max-width: 70%;
    margin: 20px auto;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 1.6);
}

#text {
    white-space: pre-line;
    line-height: 1.6;
    color: #444;
}
#tornarAdalt {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#tornarAdalt img {
    width: 5vw;
    height: auto;
    transition: transform 0.3s ease;
}
#tornarAdalt:hover img {
    transform: scale(1.2);
}

#tornarAdalt2 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#tornarAdalt2 img {
    width: 5vw;
    height: auto;
    transition: transform 0.3s ease;
}
#tornarAdalt2:hover img {
    transform: scale(1.2);
}

.botonera {
  background-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}
.boto {
  background-color: black;
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.boto:hover {
  transform: scale(1.2);
  background-color: #750d06;
}
#imatge {
  max-width: 60%;
  max-height: 540px;
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 1.6);
}
