/* Custom Styles */
body {
    font-family: 'Arial', sans-serif;
}

.banner {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.banner-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.about-section, .products-section {
    padding: 50px 0;
}

.card {
    margin-bottom: 20px;
}

footer {
    padding: 20px 0;
}