body{
    background-color: #eff4f6;
    font-family: 'Open Sans', sans-serif;

}
.currency-flag {
    width: 30px;
    height: 20px;
    margin-right: 10px;
}

th,
td {
    /* text-align: center; */
    vertical-align: middle;
}
.header {
    background: url('../img/banner.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 20px;
    text-align: center;
    position: relative;
}

.header-content {
    position: relative;
    background: url('../img/card.jpg') no-repeat center;
    background-size: cover;
    padding: 7rem 16.5rem;
    text-align: center;
    display: inline-block;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

/* Responsive Styles */
@media (max-width: 576px) {
    .header-content {
        padding: 4rem 10rem;
    }
    .header {
        padding: 30px 10px;
    }
}
.info-text {
    margin: 10px 0;
}

.footer {
    background-color: #2c557e;
    color: white;
    padding: 15px;
    text-align: center;
}

