﻿body {
    background-color: #f8f9fa;
}

.hero {
    background-color: #0d6efd;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.features {
    padding: 60px 0;
}

.feature-icon {
    font-size: 50px;
    color: #0d6efd;
    margin-bottom: 20px;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.contact-header {
    background-color: #0d6efd;
    color: white;
    padding: 60px 0;
    text-align: center;
}
