.box-gradient { border: 10px solid transparent; background: linear-gradient( #ffffff, #ffffff) padding-box, linear-gradient(45deg, #FF52E5, #F6D242) border-box; border-radius: 14px; } .neon-text { color: #fff!important; text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 11px #fff, 0 0 16px #bc13fe, 0 0 20px #bc13fe, 0 0 26px #bc13fe, 0 0 30px #bc13fe, 0 0 34px #bc13fe !important; } .neon-border { border: 0.2rem solid #fff !important; border-radius: 2rem !important; box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #bc13fe, 0 0 0.8rem #bc13fe, 0 0 2.8rem #bc13fe, inset 0 0 1.3rem #bc13fe !important; animation: pulsate 1.5s infinite alternate !important; } .white-text { color: white!important; }