
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: #f0f5f9; /* slightly darker for better contrast f4f4f9 */
    padding: 0 12% 0 20%;
    border-radius: 5px;

}

header, footer {
    background-color: #60b6f3; /* darker blue for better contrast 0056b3 */
    color: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;

}

main {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

p, ul, ol {
    margin-left: 15px;
}

a {
    color: #004b99; /* link color to vibrant blue #007bff */
    transition: color 0.3s ease;
}

a:hover {
    color: #66aaff; /* darken on hover #229a6ee */
    text-decoration: underline;
}

a:visited {
    color: #004b99; /* darken on hover #007bff */
    text-decoration: underline;
}



.offer {
    background: #eaf4ff; /* lighter background for offers */
    border-left: 5px solid #007bff;
    padding: 10px;
    margin-top: 20px;
    text-align:justify;
    border-radius: 5px;
}

.cta-button {
    display: inline-block;
    padding: 0px 8px 0px 8px;
    color: #ffffff;
    background-color: #007bff; /* vibrant button color */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
   text-align: justify;

}

.cta-button:hover {
    background-color: #0056b3; /* darken on hover */
   text-align: justify;
}

.cta {
    background-color: #f0f8ff; /* soft background for CTAs */
    padding: 15px;
    margin: 20px 0;
    border-left: 5px solid #007bff;
   text-align: justify;
    border-radius: 5px;
}

h1, h2, h3 {
    color: #103545; /* deep color for headings for good contrast */
}

h4 {
    color: #0056b3; /* keep h4 as solid blue */
}

strong {
    color: #000; /* pure black for strong emphasis for clarity */
}
