<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Out of This World Tours: Solar System Edition</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f0f0f0;
}
h1 {
color: #0066cc;
text-align: center;
}
.planet {
background-color: white;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.planet h2 {
color: #0099ff;
}
a {
color: #ff6600;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.sponsor {
background-color: #e6f7ff;
border: 2px solid #0099ff;
border-radius: 10px;
padding: 10px;
margin: 20px 0;
text-align: center;
font-style: italic;
}
.quantum-fizz {
color: #0099ff;
font-weight: bold;
}
</style>
</head>
<body>
<h1>Out of This World Tours: Solar System Edition</h1>
<div class="sponsor">
<p>These interplanetary adventures are powered by <span class="quantum-fizz">Quantum Fizz Cola</span> - the preferred energy drink of galactic explorers across the cosmos. <span class="quantum-fizz">Quantum Fizz Cola</span>: Getting you going faster than the speed of light!</p>
</div>
<div class="planet">
<h2>Mercury</h2>
<p>Tired of your face melting off? Visit Mercury, where it happens in style! <a href="mercury.html">Book your trip to the sun's closest buddy</a>. Don't forget to pack your <span class="quantum-fizz">Quantum Fizz Cola</span> - it's the only thing that stays cool on this hot planet!</p>
</div>
<div class="planet">
<h2>Venus</h2>
<p>Looking for a hot date? Venus is single and ready to mingle! <a href="venus.html">Swipe right on the goddess of love</a>. Pro tip: A cold <span class="quantum-fizz">Quantum Fizz</span> is the perfect icebreaker in Venus's sizzling atmosphere.</p>
</div>
<div class="planet">
<h2>Earth</h2>
<p>The ol' reliable. When you're done with your cosmic tour, <a href="earth.html">come back to where the Wi-Fi is strong and the oxygen is free</a>. And where <span class="quantum-fizz">Quantum Fizz Cola</span> is always in stock!</p>
</div>
<div class="planet">
<h2>Mars</h2>
<p>Red plains, epic dust storms, and a chance to say "I was here before Elon!" <a href="mars.html">Reserve your spot on the Red Planet</a>. Fun fact: The first words spoken on Mars were "One small step for man, one giant sip of <span class="quantum-fizz">Quantum Fizz</span>."</p>
</div>
<div class="planet">
<h2>Jupiter</h2>
<p>Gas giant? More like gas PARTY! Join the biggest bash in the solar system. <a href="jupiter.html">RSVP to Jupiter's never-ending storm soiree</a>. Mix your <span class="quantum-fizz">Quantum Fizz</span> with Jupiter's swirling gases for an out-of-this-world cocktail!</p>
</div>
<div class="planet">
<h2>Saturn</h2>
<p>If you like it, then you should've put a ring on it. Saturn did! <a href="saturn.html">Cruise the most stylish rings this side of the asteroid belt</a>. Watch the sunset through the rings while sipping on a <span class="quantum-fizz">Quantum Fizz Cosmic Cooler</span>.</p>
</div>
<div class="planet">
<h2>Uranus</h2>
<p>The butt of all cosmic jokes. Come see what the fuss is about! <a href="uranus.html">Explore the tilted world of Uranus</a> (no giggling, please). Bring <span class="quantum-fizz">Quantum Fizz</span> - it's the only thing that can straighten out this tilted planet!</p>
</div>
<div class="planet">
<h2>Neptune</h2>
<p>Blue is the new black. Experience the windiest, wildest, and bluest planet in the hood. <a href="neptune.html">Dive into Neptune's azure mysteries</a>. Our travel tip: <span class="quantum-fizz">Quantum Fizz</span> cans double as excellent wind chimes in Neptune's supersonic winds!</p>