<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Diabetes: In Depth</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url('/static/main\ bg2.avif');
background-size: cover;
background-position: center;
color: #333;
}
header {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 20px;
text-align: center;
position: relative;
}
.logo {
position: absolute;
top: 10px;
left: 20px;
right:20px;
width: 100px;
height: auto;
}
.container {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
color: #000000;
text-align: center;
}
h2 {
color: #333;
}
p {
margin-bottom: 20px;
}
a {
color: #0faacd;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin-bottom: 10px;
}
footer {
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
padding: 20px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<img src="/static/NEWLOGO.png" alt="Logo" class="logo">
<h1>BREAST CANCER </h1>
</header>
<div class="container">
<h2>Understanding Breast Cancer: A Comprehensive Guide</h2>
<p>Breast cancer is a condition where abnormal cells in breast tissue multiply uncontrollably and form tumors. It's the most common cancer affecting women globally, though men can also develop it. Here's a detailed breakdown of breast cancer:</p>
<h3>Anatomy and Types:</h3>
<p>The breast consists of lobules (milk-producing glands), ducts (tubes carrying milk to the nipple), fatty tissue, and connective tissue. Breast cancer can start in different parts of the breast:</p>
<ul>
<li><strong>Invasive ductal carcinoma (IDC):</strong> Most common type, originating in the ducts and spreading to surrounding breast tissue.</li>
<li><strong>Invasive lobular carcinoma (ILC):</strong> Starts in the lobules and can spread.</li>
<li><strong>Less common types:</strong> Include ductal carcinoma in situ (DCIS), a non-invasive form confined to the ducts, and Paget's disease of the breast, affecting the nipple and surrounding skin.</li>
</ul>
<h3>Risk Factors:</h3>
<p>Risk factors for breast cancer include:</p>
<ul>
<li>Age, especially after 50</li>
<li>Family history</li>
<li>Genetic mutations (BRCA1 and BRCA2)</li>
<li>Dense breast tissue</li>
<li>Hormonal factors (early menstruation, late menopause, hormone replacement therapy)</li>
<li>Lifestyle factors (obesity, lack of physical activity, alcohol consumption)</li>
</ul>
<h3>Symptoms:</h3>
<p>Common symptoms of breast cancer include:</p>
<ul>
<li>Lump in the breast or armpit</li>
<li>Change in breast size or shape</li>
<li>Dimpling of the breast skin</li>
<li>Nipple changes (inversion, retraction, discharge)</li>
<li>Redness or flaky skin on the breast or nipple</li>
<li>Pain in the breast (though not always present)</li>
</ul>
<h3>Diagnosis:</h3>
<p>Diagnosis methods for breast cancer include:</p>
<ul>
<li>Mammography</li>
<li>Ultrasound</li>
<li>Biopsy</li>
<li>Other tests such as MRI scans or blood tests</li>
</ul>
<h3>Stages of Breast Cancer:</h3>
<p>Stages of breast cancer range from 0 to IV, depending on the extent of spread:</p>
<ul>
<li>Stage 0 (carcinoma in situ)</li>
<li>Stage I & II (early-stage cancers)</li>
<li>Stage III (cancer spread to lymph nodes or surrounding tissues)</li>
<li>Stage IV (advanced cancer with distant metastasis)</li>
</ul>
<h3>Treatment Options:</h3>
<p>Treatment options for breast cancer include:</p>
<ul>
<li>Surgery (lumpectomy or mastectomy)</li>
<li>Radiation therapy</li>
<li>Chemotherapy</li>
<li>Hormonal therapy</li>
<li>Targeted therapy</li>
</ul>
<h3>Prognosis and Survival Rates:</h3>
<p>Survival rates for breast cancer are high, especially with early detection and treatment.</p>
<h3>Prevention:</h3>
<p>Lifestyle changes can help reduce the risk of breast cancer:</p>
<ul>
<li>Maintain a healthy weight</li>
<li>Exercise regularly</li>
<li>Limit alcohol consumption</li>
<li>Breastfeed if possible</li>
<li>Consider the risks and benefits of hormone replacement therapy after menopause</li>
<li>Genetic testing if you have a strong family history</li>
</ul>
<h3>Support and Resources:</h3>
<ul>
<li>American Cancer Society: <a href="https://www.cancer.org/research/cancer-facts-statistics/breast-cancer-facts-figures.html">https://www.cancer.org/research/cancer-facts-statistics/breast-cancer-facts-figures.html</a></li>
<li>National Cancer Institute: <a href="https://www.cancer.gov/types/breast">https://www.cancer.gov/types/breast</a></li>
<li>Susan G. Komen Foundation: <a href="https://www.komen.org/">https://www.komen.org/</a></li>
</ul>
<p>Remember: Early detection is key to successful breast cancer treatment. If you notice any changes in your breasts, schedule a mammogram and consult your doctor promptly.</p>
</div>
<br>
<br>
<br>
<br>
<br>
<footer>
</footer>
</body>
</html>