/* Custom Styles */
body {
    font-family: 'Arial', sans-serif;
}

.hero-section {
    background: linear-gradient(135deg, #6f86d6, #48c6ef);
    color: white;
    height: 50vh;
}

.hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 30px;
}

#features i {
    color: #48c6ef;
    margin-bottom: 20px;
}

#features h3 {
    margin-top: 20px;
}

#about img {
    border: 5px solid #48c6ef;
}

footer {
    background: #333;
}

footer p {
    margin: 0;
}
