/* Features Section */
.features {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    padding: 20px;
}

.feature {
    background-color: white;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 20px;
    text-align: center;
    border-radius: 10px;
    width: 250px;
}

.feature h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.feature p {
    font-size: 1em;
    color: #555;
}
