

.card-container {
    position: relative;
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
  }
  
  .card {
    /* background-image: url('../src/images/check.png'); */
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .scratch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    mix-blend-mode: destination-out;
    cursor: pointer;
  }

  .samples{
    display:none;
  }
  