.card{--background:linear-gradient(90deg,#74ebd5 0%,#acb6e5);background:#74ebd5;background:var(--background);border-radius:1rem;overflow:visible;padding:5px;position:relative;width:100%;z-index:1}.card:after,.card:before{border-radius:1rem;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.card:before{background:linear-gradient(to bottom right,#f6d365,#fda085);transform:rotate(2deg)}.card:after{background:linear-gradient(to top right,#84fab0,#8fd3f4);transform:rotate(-2deg)}.card-info{--color:#fbf6e2;align-items:center;background:var(--color);border-radius:.7rem;display:flex;height:100%;justify-content:center;overflow:visible;position:relative;width:100%;z-index:2}.card .title{font-weight:700;letter-spacing:.1em}.card:hover:after,.card:hover:before{opacity:0}