 body {
      color: gray;
      }
      .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .15rem;
}
.vh-100{
	background: white;
}
.card{
	border-radius: 15px;
}





.bg-black {
    background-color: #000;
}

#logo {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.navbar-brand {
    padding: 14px 20px;
    font-size: 16px;
}

.navbar-nav {
    width: 100%;
}

.nav-item {
    padding: 6px 14px;
    text-align: center;
}

.nav-link {
    padding-bottom: 10px;
}

.v-line {
    background-color: gray;
    width: 1px;
    height: 20px;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

@media (max-width: 576px) {
    .nav-item {
        width: 100%;
        text-align: left;
    }

    .v-line {
        display: none;
    }
}


 .payment-options h3 {
     font-weight: bold;
     color: #333;
 }

 .payment-options .card {
     background-color: #f9f9f9;
     transition: transform 0.2s ease;
 }

 .payment-options .card:hover {
     transform: translateY(-5px);
 }

 .payment-options img {
     margin-bottom: 10px;
 }

 .text-right {
     text-align: right;
 }


