body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .p1{
    font-size: 1.5rem!important;
  }

  a {
    text-decoration: none;
    color: #000;
  }
  
  .h2 {
    text-align: center;
    margin: 1.4rem 0!important;
    font-size: 2rem!important;
   }   

  .hero {
    background-color: rgb(50, 145, 233);
    height: 30vh;
    padding: 10px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
  }
  
  .nfts {
    margin-top: 20px;
  }
  
  .card {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  
  .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .card-body {
    padding: 10px;
    text-align: center;
  }
  
  .card-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  
  .card-text {
    margin-bottom: 10px;
    text-align: justify;
  }

  .nftcard{
    margin-bottom: 1.2rem!important;
  }
  
  .btn {
    background-color: purple;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  a.btn-primary{
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .btn-primary {
    display: flex;
    background-color: purple!important;
    border-color: purple!important;
    text-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  footer {
    background-color: rgb(50, 145, 233);
    padding: 20px;
    text-align: center;
    margin-top: 1.5rem;
    color: white;
  }
  