<style>
/* This makes the code look like your Canva PDF */
.oceana-wrapper {
font-family: 'Helvetica Neue', Arial, sans-serif;
color: #2c3e50;
line-height: 1.6;
background-color: #fdfcf9; /* Soft cream background */
padding-bottom: 50px;
}
.oceana-hero {
background-color: #004d4d; /* Deep Teal from your logo style */
color: white;
padding: 80px 20px;
text-align: center;
border-bottom: 8px solid #c5a059; /* Gold accent */
}
.oceana-hero h1 {
font-size: 2.5rem;
letter-spacing: 5px;
margin: 0;
color: white !important;
}
.oceana-quote {
max-width: 700px;
margin: 40px auto;
font-style: italic;
font-size: 1.2rem;
border-left: 3px solid #c5a059;
padding-left: 20px;
}
.oceana-section {
max-width: 900px;
margin: 50px auto;
padding: 0 20px;
}
.service-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 30px;
}
.service-item {
background: white;
padding: 20px;
border: 1px solid #eee;
border-radius: 5px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.btn-contact {
display: inline-block;
background: #c5a059;
color: white !important;
padding: 15px 30px;
text-decoration: none;
border-radius: 50px;
margin-top: 20px;
font-weight: bold;
}
</style>
<div class="oceana-wrapper">
<section class="oceana-hero">
<h1>BIORESONANCE THERAPY</h1>
<p>BY OCEANA HOLISTICS | BIOSPECT 25</p>
</section>
<div class="oceana-section">
<blockquote class="oceana-quote">
"The only way we can change our lives is to change our energy..."
<br><strong>— Dr. Joe Dispenza</strong>
</blockquote>
<h2>WHO WE ARE</h2>
<p>My name is <strong>Kizzy Caruana</strong> and I established Oceana Holistics in 2020 with an ethos of being able to provide healing to everyone.</p>
<h3>WHAT WE LOOK AT DURING A SCAN:</h3>
<div class="service-grid">
<div class="service-item">Skeletal System</div>
<div class="service-item">Muscular System</div>
<div class="service-item">Nervous System</div>
<div class="service-item">Organ Function</div>
</div>
<div style="text-align:center; margin-top:50px;">
<a href="mailto:oceanaht@outlook.com" class="btn-contact">ENQUIRE NOW</a>
<p style="margin-top:10px;">+44 7704 374538</p>
</div>
</div>
</div>