.notif {padding: 20px;background-color: #8B0000;color: white}
  .closebtn {margin-left: 15px;color: white;font-weight: bold;float: right;font-size: 22px;line-height: 20px;cursor: pointer;transition: 0.3s;}
  .closebtn:hover {color: black;}


/* RATE JUAL BELI */

   .logo {position: absolute; top: 10px; left: 20px; bottom : 10px; width: 250px; }
   

/* RATE JUAL BELI */

    .body1 {
      font-family: Arial, sans-serif;
      background: #f5f5f5;
      margin: 0;
      padding: 10px;
    }

     .container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .card {
    background: white;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
  }
  .card-header {
    padding: 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
  }

  .payeer { background: linear-gradient(to bottom, white, #e0e0e0); }
  .volet { background: linear-gradient(to bottom, white, #e0e0e0); }
  .kolo { background: linear-gradient(to bottom, white, #e0e0e0) }
   .usdt { background: linear-gradient(to bottom, white, #e0e0e0) }
  .card-body { padding: 20px;}
  .card-body img {
    width: 100px;
    margin-bottom: 15px;
  }
  .price {
    margin-top: 10px;
    font-size: 18px;
  }
  .price span {
    font-weight: bold;
    font-size: 24px;
  }

  .detail-button1{
    display: inline-block;
    margin: 10px 0;
    padding: 10px 10px;
    background: #426ed4;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
  }

  .detail-button1:hover {
    background: #66c244;
  }

  .detail-button2{
    display: inline-block;
    margin: 20px 0;
    padding: 10px 20px;
    background: #d9577e;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
  }

  .detail-button2:hover {
    background: #66c244;
  }

  @media (max-width: 768px) {
    .container1 {
      flex-direction: column;
      align-items: center;
    }
    .card {
      width: 90%;
    }
  }
