body {
    font-family: Arial, sans-serif;
    background-color: #f5f7fa;
    color: #333;
    margin: 0;
    padding: 20px;
}

h1 {
    color: #0a66c2;
    font-size: 40px;
}

h2 {
    color: #0a66c2;
}

p {
    font-size: 20px;
    line-height: 1.6;
}

ul {
    font-size: 18px;
}

li {
    margin-bottom: 10px;
}
header{
    background:#0a66c2;
    color:white;
    padding:40px 20px;
    text-align:center;
    border-radius:10px;
}

header p{
    color:white;
}

.button {
    display:inline-block;
    margin-top:20px;
    background:white;
    color:#0a66c2;
    padding:12px 25px;
    text-decoration:none;
    border-radius:30px;
    font-weight:bold;
}

section{
    background:white;
    margin-top:20px;
    padding:20px;
    border-radius:10px;
}
nav{
    margin-bottom:30px;
}

nav a{
    color:white;
    text-decoration:none;
    margin:8px;
    font-weight:bold;
}

.button2{
    display:inline-block;
    margin-top:20px;
    margin-left:10px;
    border:2px solid white;
    color:white;
    padding:12px 25px;
    text-decoration:none;
    border-radius:30px;
}
.about{
    background:white;
    padding:40px 20px;
    text-align:center;
}

.about h2{
    color:#0a66c2;
    margin-bottom:20px;
}

.about p{
    color:#555;
    line-height:1.8;
    font-size:18px;
}
.why{
    padding:40px 20px;
    text-align:center;
}

.why h2{
    color:#0a66c2;
    margin-bottom:30px;
}

.card{
    background:white;
    padding:25px;
    margin:20px 0;
    border-radius:12px;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.card h3{
    color:#0a66c2;
    margin-bottom:10px;
}

.card p{
    color:#555;
    line-height:1.6;
}
.portfolio{
    background:#f8f9fa;
    padding:40px 20px;
    text-align:center;
}

.portfolio h2{
    color:#0a66c2;
    margin-bottom:30px;
}

.project{
    background:white;
    padding:20px;
    margin:20px 0;
    border-radius:12px;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.project h3{
    color:#0a66c2;
    margin-bottom:10px;
}

.project p{
    color:#555;
    line-height:1.6;
}
.testimonials{
    padding:40px 20px;
    text-align:center;
}

.testimonials h2{
    color:#0a66c2;
    margin-bottom:30px;
}

.testimonial{
    background:white;
    padding:25px;
    margin:20px 0;
    border-left:5px solid #0a66c2;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.testimonial p{
    font-style:italic;
    color:#555;
}

.testimonial h4{
    color:#0a66c2;
    margin-top:15px;
}
.contact{
    background:#0a66c2;
    color:white;
    text-align:center;
    padding:50px 20px;
}

.contact h2{
    margin-bottom:20px;
}

.contact p{
    margin:15px 0;
}

.contact-btn{
    display:inline-block;
    margin-top:20px;
    background:#25D366;
    color:white;
    padding:15px 30px;
    text-decoration:none;
    border-radius:30px;
    font-weight:bold;
}
<footer>
    <p>&copy; 2026 Faith Digital Solutions. All Rights Reserved.</p>

    <p>
        Google Business Profile | Virtual Assistant | Local SEO
    </p>
</footer>
footer{
    background:#222;
    color:white;
    text-align:center;
    padding:20px;
}

footer p{
    margin:8px 0;
    color:white;
}
footer{
    background:#222;
    color:white;
    text-align:center;
    padding:20px;
}

footer p{
    margin:8px 0;
    color:white;
}
#portfolio{
    padding:40px 20px;
    text-align:center;
    background:#f5f7fa;
}

#portfolio h2{
    color:#0a66c2;
    margin-bottom:30px;
}

.portfolio-card{
    background:white;
    margin:20px auto;
    padding:20px;
    border-radius:12px;
    max-width:600px;
    box-shadow:0 3px 10px rgba(0,0,0,0.1);
}

.portfolio-card h3{
    color:#0a66c2;
    margin-bottom:10px;
}
.logo{
    width:120px;
    height:auto;
    display:block;
    margin:0 auto 20px;
}
.logo {
    width: 150px;
    height: auto;
    display: block;
    margin: 10px auto 20px;
}
.logo {
    width: 180px;
    height: auto;
    display: block;
    margin: 20px auto;
}
.services img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto 15px;
}
.section-graphic {
    width: 200px;
    height: 200px;
    object-fit: contain;
    display: block;
    margin: 10px auto 20px;
}
.portfolio-image {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 12px;
}
#testimonials {
    text-align: center;
    padding: 40px 20px;
}

.testimonial {
    background: white;
    padding: 25px;
    margin: 20px auto;
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.client-photo {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.6;
}
/* PORTFOLIO */

#portfolio {
    padding: 60px 20px;
    text-align: center;
}

#portfolio h2 {
    color: #0a66c2;
    font-size: 36px;
    margin-bottom: 30px;
}

.portfolio-card {
    background: white;
    max-width: 900px;
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.portfolio-card img {
    width: 100%;
    max-width: 850px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.portfolio-card h3 {
    color: #0a66c2;
    font-size: 26px;
    margin-top: 25px;
}

.portfolio-card p {
    color: #444;
    font-size: 18px;
    line-height: 1.6;
}