.glow-card{background:0 0;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.glow-card:before{content:"";border-radius:inherit;opacity:0;z-index:-1;background:radial-gradient(960px at 0 0,#3bf8fb1a,#0000 40%);width:100%;height:100%;transition:all .2s ease-in-out;position:absolute;top:0;left:0}.glow-card-content{border-radius:inherit;width:calc(100% - 2px);height:calc(100% - 2px);transition:all .25s}.glow-card:hover{transform:scale(.98)}.glow-card:hover:before{opacity:1}
