/* Custom Styles */

/* Header */
.header-content {
    background-image: url('header.png'); /* Replace with your desired background image */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 60vh;
    color: #fff;
}

/* Download Section */
#download img {
    width: 150px;
    margin: 0.5rem;
}

/* Media Queries */
@media (max-width: 576px) {
    .header-content {
        min-height: 40vh;
    }
}
