.nutbig-scratch-card {
  position: relative;
  .nut-cover {
    position: absolute;
    top: 0;
    left: 0;
  }
  .scratchcard-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    line-height: 100%;
    user-select: none;
  }
}
