@import url('https://fonts.googleapis.com/css2?family=Delius+Unicase');

body {
  background-image: url("pink_tile.png");
  background-repeat: repeat;
}

.box {
    background-color:rgb(252, 201, 255);
    border:none;
}

h1 {
  font-family: "Delius Unicase", cursive;
  color:rgb(234, 114, 134);
  letter-spacing:3.5px;
  font-weight: 400;
  font-style: normal;
}
 
p {
    font-family:'Franklin Gothic Medium', sans-serif;
}

 .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  
}

 .gallery img {
  width: 150px;
  height: 150px;
  object-fit:contain;
  justify-content:center;
 }

.title {
    padding: 5px;
    text-align:center;
    font-family: "Delius Unicase", cursive;
  color:rgb(234, 114, 134);
  letter-spacing:2px;
  font-weight: 400;
  font-style: normal;
  }

a:link {
    color:palevioletred;
}

.owner {
    padding: 5px;
    text-align:center;
    font-family:'Franklin Gothic Medium', sans-serif;
    font-size:13px;
    font-style:italic;
  }

.thumbnail {
  width: 100%;        
  cursor: pointer;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  
}

.lb-data .lb-caption {
    text-align: center !important;
    font-size: 15px !important;
    font-family:'Franklin Gothic Medium', sans-serif;
    font-weight: 100 !important;
    line-height: 1em !important;
}

.lb-image {
  max-width: 90vw !important;  
  max-height: 90vh !important; 
  width: auto !important;
  height: auto !important;
}
