/* General Layout */
body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 50px 20px;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

/* Header Styles */
.header-top {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

h1 {
    color: #ff9d6c; /* Matching the orange text from image_87374a.png */
    font-size: 3.5rem;
    margin: 10px 0;
    text-transform: capitalize;
}

.tagline {
    color: #76b852; /* Matching the green text from image_87374a.png */
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Image Styles */
.product-img {
    max-width: 280px;
    height: auto;
    margin: 20px 0;
}

/* Content Text Styles */
.content {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
    font-size: 1.1rem;
}

.content p {
    margin-bottom: 20px;
}

.signature {
    margin-top: 30px;
}

/* Tracking Pixel - Hidden from view */
.tracker {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
