body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f8f9fa;
}

.navbar {
    background-color: #e9e5fc;
    padding: 15px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5em;
}

.hero-section {
    padding: 100px 0;
    background-color: #e6e7fc;
    text-align: left;
}

.hero-section h1 {
    font-size: 2.5em;
    font-weight: 700;
    color:#264065;
;
}

.hero-section p {
    font-size: 1.2em;
    margin-top: 20px;
    color:#909090;
;
}

.hero-buttons a {
    margin-right: 15px;
    padding: 10px 25px;
    font-size: 1.1em;
    border-radius: 50px;
}

.features-section {
    padding: 50px 0;
    background-color: #FAF8F5;
}

.feature-box {
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.feature-box img {
    margin-bottom: 20px;
}

.feature-box h3 {
    font-size: 2em;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.feature-box p {
    color: #777;
    font-size: 1em;
}

.testimonials-section {
    padding: 50px 0;
    background-color: #fff;
}

.testimonial-box {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.testimonial-box p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 10px;
}

.testimonial-box h6 {
    font-weight: bold;
    color: #333;
}

footer {
    padding: 20px 0;
    background-color: #333;
    color: #fff;
}