PATHFIT 2 BSIT 1-1
First Year

<div style="
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
">

    <!-- Decorative circles -->
    <div style="
        position:absolute;
        top:-50px;
        left:-50px;
        width:150px;
        height:150px;
        background:rgba(255,255,255,0.1);
        border-radius:50%;
    "></div>

    <div style="
        position:absolute;
        bottom:-60px;
        right:-60px;
        width:180px;
        height:180px;
        background:rgba(255,255,255,0.08);
        border-radius:50%;
    "></div>

    <!-- Main Content -->
    <div style="font-size: 42px; margin-bottom: 10px;">
        🏃‍♂️ 💪 🏃‍♀️
    </div>

    <h1 style="margin: 10px 0; font-size: 28px; letter-spacing: 1px;">
        Welcome to Physical Activity Towards Fitness and Health 2
    </h1>

    <p style="font-size: 16px; margin: 15px 0 25px; line-height: 1.6;">
        Build strength, improve endurance, and develop lifelong fitness habits.<br>
        Let’s move, train, and grow together toward a healthier lifestyle.
    </p>

    <div style="
        display:inline-block;
        padding: 12px 20px;
        background: rgba(255,255,255,0.15);
        border-radius: 8px;
        font-size: 15px;
    ">
        👨‍🏫 Instructor: <strong>Asst. Prof. Jefferson F. Serrano, LPT, MPES</strong>
    </div>

    <div style="margin-top: 20px; font-size: 13px; opacity: 0.9;">
        “Fitness is not a destination, but a way of life.”
    </div>

</div>