<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Rebecca Solari</title>
	<link>https://solarirebecca.ch</link>
	<description>Rebecca Solari</description>
	<pubDate>Tue, 12 Aug 2025 06:51:13 +0000</pubDate>
	<generator>https://solarirebecca.ch</generator>
	<language>en</language>
	
		
	<item>
		<title>Home</title>
				
		<link>https://solarirebecca.ch/Home</link>

		<pubDate>Tue, 12 Aug 2025 06:51:13 +0000</pubDate>

		<dc:creator>Rebecca Solari</dc:creator>

		<guid isPermaLink="true">https://solarirebecca.ch/Home</guid>

		<description>
	

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 50%;
  height: auto; /* keeps original proportions */
  transition: transform 0.6s ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 105, 180, 0.5);
  opacity: 0;
  transition: opacity 0.8s ease;
}

.gallery-item:hover img {
  transform: scale(1.02);
}

.gallery-item:hover::after {
  opacity: 1;
}



  
</description>
		
	</item>
		
	</channel>
</rss>