<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blossom Studioss</title>
<link href="output.css" rel="stylesheet">
</head>
<body>
<h1 class="text-3xl font-bold text-center">Welcome to Blossom Studioss</h1>
<p class="text-lg text-gray-600 text-center">Content Creation for Coffee Shops, Kombucha Brands, and More</p>
<!-- Additional content can go here -->
<section class="text-center mt-8">
<h2 class="text-2xl font-semibold">Our Services</h2>
<p>At Blossom Studios, we create stunning visuals that tell your brand's story.</p>
</section>
<footer class="text-center mt-12">
<h3 class="text-xl font-semibold">Contact Us</h3>
<p>Email: info@blossomstudioss.com</p>
<p>Created by Blossom Studioss. All rights reserved.</p>
</footer>
</body>
</html>