
.apcoupon{
    margin: 8px;
    margin-bottom: 28px;
    padding: 8px;
    border-radius: 18px;
    background-color: #4158D0;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    width: max-content;
    overflow-y: scroll;
}
.couponinch{
    text-align: left;
    background-color: rgb(233, 255, 250);
    border-radius: 4.8px;
    border: 2px solid lightblue;
    width: 288px;
    padding: 8px;
    cursor: pointer;
    margin: 4.8px;
}
.couponinch:hover{
    filter: drop-shadow(0 0 0.8rem #ffffff28);
}