body {
  width: 100%;
  margin: 0%;
  padding: 0%;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 55% cover; 
  background-image: url(Images/Branding/Logos/Linkedinpfimage.png);
}


h1 {
  text-align: center;
  margin: 40px;
  font-size:xx-large;
  font-family: bowlby_one;
    color: rgb(92, 2, 1);
}

.adv {
  background-color: rgb(231, 228, 228);
  border-width: 100%;
  height: 70px;
  line-height: 1.6;
  box-shadow:.5rem .5rem 1rem .25rem gray;
  margin: 0px 0px 40px 0px;
  text-align: center;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 14pt;
}
.adv p {
  color: rgb(92, 2, 1);
}

#wrapper {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr)minmax(150px, 1fr);
  grid-template-rows: 404px 397px 333px;
  gap: 5px;
  background-color: rgb(92, 2, 1);
  /* grid-auto-rows: 20%; */
  min-width: min-content;
  max-width: max-content;
  padding: -0.5rem;
  width: 53%;
  height: auto;
  /* border: 1px solid black; */
  border-radius: 0.5rem;
  margin: 10px auto;
  grid-column-gap: 3px;
  position: static;
}
#wrapper > div {
  /* background-color: #f1f1f1; */
  /* text-align: center; */
  /* padding: 20px 0; */
  /* font-size: 30px; */
  /* padding: 0.5rem; */
  border: 1px solid rgb(242, 171, 5);
}
#wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} 


#conv1 {
  /* padding: 0.5rem; */
  border: 1px solid rgb(39, 237, 17);
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-row: 1;
  /* height: 84%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 90%;
  /* min-width: fit-content; */
  min-height: fit-content;
}

#conv2 {
  /* padding: 0.5rem; */
  border: 1px solid black;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-row: 3;
  /* grid-column: 3; */
  /* height: 93%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 86%;
  /* min-width: fit-content; */
  min-height: fit-content;
}


#ll1 {
  /* padding: 0.5rem; */
  border: 1px solid black;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-column: 4;
  /* height: 72%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 88%;
  /* min-width: fit-content; */
  min-height: fit-content;
}

#ll2 {
  /* padding: 0.5rem; */
  border: 1px solid black;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-row: 2;
  grid-column: 4;
  /* height: 89%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 94%;
  /* min-width: fit-content; */
  min-height: fit-content;
}
#loc-fella1 {
  /* padding: 0.5rem; */
  border: 1px solid black;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-column: span 2;
  grid-row: 3;
  /* height: 93%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 88%;
}

#loc-fella2 {
  /* padding: 0.5rem; */
  border: 1px solid black;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-column: 1/3;
  /* height: 97%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 86%;
}
.adv {
  text-align: center;
}
#digMag {
  /* padding: 0.5rem; */
  border: 1px solid black;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-column: 3;
  grid-row: 1;
  /* height: 90%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 97%;
}

#lJucas {border: 1px solid black;border-radius: 0.5rem;/* padding: 0.5rem; */margin: auto;grid-row: 1;/* height: 90%; */max-height: fit-content;max-width: fit-content;overflow: hidden;width: 108%;min-width: fit-content;min-height: fit-content;}

#pour {
  border: 1px solid black;
  border-radius: 0.5rem;
  /* padding: 0.5rem; */
  margin: auto;
  grid-row: 2;
  grid-column: 3;
  /* height: 93%; */
  max-height: fit-content;
  max-width: fit-content;
  overflow: hidden;
  width: 92%;
  /* min-width: fit-content; */
  min-height: fit-content;
}

#wrapper img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}